youngwookim / k8s

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

There is no latest tag for this image

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 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 REBUILD=true
bash ./build.sh

Weekly build

Build job runs weekly

About

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

License:MIT License


Languages

Language:Dockerfile 53.9%Language:Shell 46.1%