Smallest possible kubectl Docker image
296
Smallest possible kubectl Docker image
If running in a pod authentication to the Kubernetes API should be automatic.
Otherwise, mount a config file to /.kube/config in the container.
docker run -p 8001:8001 -v $PWD/.kube/config:/.kube/config:ro millergeek/kubectl proxy
Starting to serve on 127.0.0.1:8001
Content type
Image
Digest
Size
12.8 MB
Last updated
about 8 years ago
docker pull scottmiller171/kubectl