Skip to content

TekNAND/kubetools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

kubetools

Kubetools is a simple Alpine Docker image created with kubectl and helm installed.

Tool Versions

Image Version Tool Versions
1.28.4, latest kubectl v1.28.4
helm v3.13.2
1.19.3 kubectl v1.19.3
helm v3.5.2

Kubectl Configuration

To run the image with your own kube config run the following command:

docker run --rm --name kubetools -v /path/to/kube/config:/.kube/config teknand/kubetools:latest

Running Tools

kubectl

docker run --rm --name kubetools -v /path/to/kube/config:/.kube/config teknand/kubetools:latest kubectl version

Helm

docker run --rm --name kubetools -v /path/to/kube/config:/.kube/config teknand/kubetools:latest helm version

Tools Used in Image

kubectl
Helm

About

Alpine Docker image with kubectl and helm.

Resources

License

Stars

Watchers

Forks

Contributors