Provides a Kubernetes cli toolset.
1.3K
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.
Windows
PS> 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.
Content type
Image
Digest
Size
147.5 MB
Last updated
over 6 years ago
docker pull paulbouwer/k8s-cli-toolset:0.15