paulbouwer/k8s-cli-toolset
Provides a Kubernetes cli toolset.
625
Provides the following Kubernetes cli toolset:
And the following utilities/tools:
Leverages kube-ps1 0.7.0 to provide the current Kubernetes context and namespace on the bash prompt.
Run the image as follows. Ensure that you mount your ~/.kube folder on your host into the Docker container for the utilities to operate correctly.
WindowsPS> docker run -it --rm -v ${home}\.kube:/root/.kube paulbouwer/k8s-cli-toolset:0.15
Linux/MacOS$ docker run -it --rm -v ${HOME}/.kube:/root/.kube paulbouwer/k8s-cli-toolset:0.15
Dockerfile and README available on GitHub.
docker pull paulbouwer/k8s-cli-toolset