Kubetools is a simple Alpine Docker image created with kubectl and helm installed.
| 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 |
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:latestdocker run --rm --name kubetools -v /path/to/kube/config:/.kube/config teknand/kubetools:latest kubectl versiondocker run --rm --name kubetools -v /path/to/kube/config:/.kube/config teknand/kubetools:latest helm version