Skip to content

All-In-One Kubernetes tools (kubectl, helm, iam-authenticator, eksctl, etc)

License

Notifications You must be signed in to change notification settings

rofreytag/alpine-docker-k8s

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

All-In-One Kubernetes tools (kubectl, helm, iam-authenticator, eksctl, kubeseal, etc)

kubernetes docker images with necessary tools

Notes

(1) For AWS EKS users, not all versions are supported yet. AWS EKS maintains special kubernetes versions to its managed service. Do remember to choice the proper version for EKS only.

(2) There is no latest tag for this image

(3) If you need more tools to be added, raise tickets in issues.

Installed tools

Github Repo

https://github.com/alpine-docker/k8s

build logs

https://app.circleci.com/pipelines/github/alpine-docker/k8s

Docker image tags

https://hub.docker.com/r/alpine/k8s/tags/

Why we need it

Mostly it is used during CI/CD (continuous integration and continuous delivery) or as part of an automated build/deployment

kubectl versions

You should check in kubernetes versions, it lists the kubectl latest minor versions and used as image tags.

Involve with developing and testing

If you want to build these images by yourself, please follow below commands.

export REBUILD=true
# comment the line in file "build.sh" to stop image push:  docker push ${image}:${tag}
bash ./build.sh

Weekly build

Automation build job runs weekly by Circle CI Pipeline.

About

All-In-One Kubernetes tools (kubectl, helm, iam-authenticator, eksctl, etc)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 54.1%
  • Shell 45.9%