Code Monkey home page Code Monkey logo

k8s's Introduction

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

If enjoy, please consider buying me a coffee.

kubernetes docker images with necessary tools

DockerHub Badge

Notes

(1) There is no latest tag for this image

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

(3) This image supports linux/amd64,linux/arm64 platforms now, updated on 15th Feb 2023 with #54

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

Second thinking, if you are adding a new tool, make sure it is supported in both linux/amd64,linux/arm64 platforms

Notes for krew usage

You need execute source ~/.bashrc before execute krew

$(DOCKER_CMD) bash -c "source ~/.bashrc" && kubectl krew update
$(DOCKER_CMD) bash -c "source ~/.bashrc" && kubectl krew install modify-secret ns grep

Weekly build

Automation build job runs weekly by Circle CI Pipeline.

Star History

Star History Chart

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.