{"id":19177826,"url":"https://github.com/eyevinn/action-eks-kubectl","last_synced_at":"2025-05-07T20:42:14.534Z","repository":{"id":47457270,"uuid":"235157959","full_name":"Eyevinn/action-eks-kubectl","owner":"Eyevinn","description":"GitHub Action for interacting with EKS vended kubectl (k8s) ","archived":false,"fork":false,"pushed_at":"2022-07-21T07:39:12.000Z","size":10,"stargazers_count":5,"open_issues_count":1,"forks_count":6,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-07T20:42:08.257Z","etag":null,"topics":["eks","github-action","k8s","kubernetes"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Eyevinn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-01-20T17:30:04.000Z","updated_at":"2022-07-21T07:39:16.000Z","dependencies_parsed_at":"2023-01-05T04:48:07.065Z","dependency_job_id":null,"html_url":"https://github.com/Eyevinn/action-eks-kubectl","commit_stats":{"total_commits":12,"total_committers":3,"mean_commits":4.0,"dds":"0.33333333333333337","last_synced_commit":"190a8c169f8fe27b65c2198dbc345861c68d9b73"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Eyevinn%2Faction-eks-kubectl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Eyevinn%2Faction-eks-kubectl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Eyevinn%2Faction-eks-kubectl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Eyevinn%2Faction-eks-kubectl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Eyevinn","download_url":"https://codeload.github.com/Eyevinn/action-eks-kubectl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252954127,"owners_count":21830893,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["eks","github-action","k8s","kubernetes"],"created_at":"2024-11-09T10:35:22.910Z","updated_at":"2025-05-07T20:42:14.516Z","avatar_url":"https://github.com/Eyevinn.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"GitHub Action for interacting with EKS-vended Kubernetes cluster.\n\n## Usage\n\nTo use this action put this step into your workflow:\n\n```\n- uses: Eyevinn/action-eks-kubectl@master\n  env:\n    AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}\n    AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}\n    REGION: eu-north-1\n    CLUSTER: prod\n  with:\n    args: get pods\n```\n\n## Environment Variables\n\nThese variables are required to authorize with the EKS cluster. The AWS IAM user that is associated with the key must have permissions to access the cluster. Read more about how here: https://www.agilepartner.net/en/adding-users-to-your-eks-cluster/\n\n| VARIABLE | DESCRIPTION |\n| --- | --- |\n| AWS_ACCESS_KEY_ID | AWS Access Key ID |\n| AWS_SECRET_ACCESS_KEY | AWS Secret Access Key |\n| REGION | AWS Region of the Cluster |\n| CLUSTER | Name of the Cluster |\n\n## Example\n\nUpdating the container image when a release is published\n\n```\nname: Deploy to production Kubernetes cluster\n  \non:\n  release:\n    types: [published]\njobs:\n  deploy:\n    runs-on: ubuntu-latest\n    steps:\n      - name: Get the version\n        id: get_version\n        run: echo ::set-output name=VERSION::$(echo $GITHUB_REF | cut -d / -f 3)\n      - name: Deploy new version\n        uses: Eyevinn/action-eks-kubectl@master\n        env:\n          AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}\n          AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}\n          REGION: eu-north-1\n          CLUSTER: prod\n        with:\n          args: set image --record deployment/my-app container=590877988961.dkr.ecr.eu-north-1.amazonaws.com/my-app:${{ steps.get_version.outputs.VERSION }}\n```\n\n## LICENSE\n\n[MIT License](https://github.com/Eyevinn/action-eks-kubectl/blob/master/LICENSE)\n\n## About Eyevinn Technology\n\nEyevinn Technology is an independent consultant firm specialized in video and streaming. Independent in a way that we are not commercially tied to any platform or technology vendor.\n\nAt Eyevinn, every software developer consultant has a dedicated budget reserved for open source development and contribution to the open source community. This give us room for innovation, team building and personal competence development. And also gives us as a company a way to contribute back to the open source community. \n\nWant to know more about Eyevinn and how it is to work here. Contact us at work@eyevinn.se!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feyevinn%2Faction-eks-kubectl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feyevinn%2Faction-eks-kubectl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feyevinn%2Faction-eks-kubectl/lists"}