{"id":13615443,"url":"https://github.com/alpine-docker/k8s","last_synced_at":"2025-05-16T08:05:28.411Z","repository":{"id":37717332,"uuid":"210304912","full_name":"alpine-docker/k8s","owner":"alpine-docker","description":"All-In-One Kubernetes tools (kubectl, helm, iam-authenticator, eksctl, etc)","archived":false,"fork":false,"pushed_at":"2024-10-22T03:28:12.000Z","size":91,"stargazers_count":232,"open_issues_count":8,"forks_count":91,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-12T04:48:24.285Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","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/alpine-docker.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2019-09-23T08:38:09.000Z","updated_at":"2025-03-31T18:29:11.000Z","dependencies_parsed_at":"2024-01-14T04:45:35.776Z","dependency_job_id":"5de064d6-0f5f-4670-befb-9f68b742b0b1","html_url":"https://github.com/alpine-docker/k8s","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alpine-docker%2Fk8s","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alpine-docker%2Fk8s/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alpine-docker%2Fk8s/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alpine-docker%2Fk8s/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alpine-docker","download_url":"https://codeload.github.com/alpine-docker/k8s/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254493378,"owners_count":22080126,"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":[],"created_at":"2024-08-01T20:01:13.741Z","updated_at":"2025-05-16T08:05:23.396Z","avatar_url":"https://github.com/alpine-docker.png","language":"Shell","readme":"# All-In-One Kubernetes tools (kubectl, helm, iam-authenticator, eksctl, kubeseal, etc)\n\n[If enjoy, please consider buying me a coffee.](https://www.buymeacoffee.com/ozbillwang)\n\nkubernetes docker images with necessary tools \n\n[![DockerHub Badge](http://dockeri.co/image/alpine/k8s)](https://hub.docker.com/r/alpine/k8s/)\n\n### Notes\n\n(1) **There is no `latest` tag for this image**\n\n(2) If you need more tools to be added, raise tickets in issues.\n\n(3) This image supports `linux/amd64,linux/arm64` platforms now, updated on 15th Feb 2023 with [#54](https://github.com/alpine-docker/k8s/pull/54)\n\n### Installed tools\n\n- [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/) (latest minor versions: https://kubernetes.io/releases/)\n- [kustomize](https://github.com/kubernetes-sigs/kustomize) (latest release: https://github.com/kubernetes-sigs/kustomize/releases/latest)\n- [helm](https://github.com/helm/helm) (latest release: https://github.com/helm/helm/releases/latest)\n- [helm-diff](https://github.com/databus23/helm-diff) (latest commit)\n- [helm-unittest](https://github.com/helm-unittest/helm-unittest) (latest commit)\n- [helm-push](https://github.com/chartmuseum/helm-push) (latest commit)\n- [aws-iam-authenticator](https://github.com/kubernetes-sigs/aws-iam-authenticator) (latest version when run the build)\n- [eksctl](https://github.com/weaveworks/eksctl) (latest version when run the build)\n- [awscli v1](https://github.com/aws/aws-cli) (latest version when run the build)\n- [kubeseal](https://github.com/bitnami-labs/sealed-secrets) (latest version when run the build)\n- [krew](https://github.com/kubernetes-sigs/krew) (latest version when run the build)\n- [vals](https://github.com/helmfile/vals) (latest version when run the build)\n- [kubeconform](https://github.com/yannh/kubeconform) (latest version when run the build)\n- General tools, such as bash, curl, jq, yq, etc\n\n### Github Repo\n\nhttps://github.com/alpine-docker/k8s\n\n### build logs\n\nhttps://app.circleci.com/pipelines/github/alpine-docker/k8s\n\n### Docker image tags\n\nhttps://hub.docker.com/r/alpine/k8s/tags/\n\n# Why we need it\n\nMostly it is used during CI/CD (continuous integration and continuous delivery) or as part of an automated build/deployment\n\n# kubectl versions\n\nYou should check in [kubernetes versions](https://kubernetes.io/releases/), it lists the kubectl latest minor versions and used as image tags.\n\n# Involve with developing and testing\n\nIf you want to build these images by yourself, please follow below commands.\n\n```\nexport REBUILD=true\n# comment the line in file \"build.sh\" to stop image push:  docker push ${image}:${tag}\nbash ./build.sh\n```\n\nSecond thinking, if you are adding a new tool, make sure it is supported in both `linux/amd64,linux/arm64` platforms\n\n### Notes for krew usage\n\nYou need execute `source ~/.bashrc` before execute krew\n```\n$(DOCKER_CMD) bash -c \"source ~/.bashrc\" \u0026\u0026 kubectl krew update\n$(DOCKER_CMD) bash -c \"source ~/.bashrc\" \u0026\u0026 kubectl krew install modify-secret ns grep\n```\n\n### Weekly build\n\nAutomation build job runs weekly by Circle CI Pipeline.\n\n## Star History\n\n[![Star History Chart](https://api.star-history.com/svg?repos=alpine-docker/k8s\u0026type=Date)](https://star-history.com/#alpine-docker/k8s\u0026Date)\n\n","funding_links":["https://www.buymeacoffee.com/ozbillwang"],"categories":["Shell","HarmonyOS"],"sub_categories":["Windows Manager"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falpine-docker%2Fk8s","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falpine-docker%2Fk8s","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falpine-docker%2Fk8s/lists"}