Smallest possible kubectl Docker image
3.5K
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.9 MB
Last updated
about 5 years ago
docker pull millergeek/kubectl