Skip to content
/ k8s Public
forked from alpine-docker/k8s

Kubernetes tools for EKS (kubectl, helm, iam-authenticator, eksctl, etc)

License

Notifications You must be signed in to change notification settings

Jefski14/k8s

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

After Travis CI adjusts their plan, we don't have enough free credit to run the build. So daily build has been adjusted to weekly. If you don't get latest version, please wait for one week.

Kubernetes tools for EKS

kubernetes images with necessary tools for AWS EKS, it can be used as normal kubectl tool as well.

Preface

AWS EKS maintains special kubernetes versions to its managed service. This repo and its built images are used to simplify the way on how easily you can deploy applicaitons with it

Currently (on 28th May 2021), the support kubernetes versions are

1.20.4
1.19.8
1.18.16
1.17.17
1.16.15

If you need support new versions, after AWS EKS released, please raise PR to update the versions in .travis.yml

Installed tools

Github Repo

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

Daily Travis CI build logs

https://travis-ci.com/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 file .travis.yml, it lists the kubectl version and used as image tags.

Involve with developing and testing

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

export tag=1.13.12

bash ./build.sh

Then you need adjust the tag to other kubernetes version and run the build script again.

About

Kubernetes tools for EKS (kubectl, helm, iam-authenticator, eksctl, etc)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 54.4%
  • Shell 45.6%