Sign inSign up

millergeek/kubectl

By millergeek

Updated about 5 years ago

Smallest possible kubectl Docker image

Image
1

3.5K

millergeek/kubectl repository overview

docker-kubectl

Smallest possible kubectl Docker image

Docker Automated build

Docker Build Status

MicroBadger Size

MicroBadger Layers

Instructions

If running in a pod authentication to the Kubernetes API should be automatic. Otherwise, mount a config file to /.kube/config in the container.

Example

docker run -p 8001:8001 -v $PWD/.kube/config:/.kube/config:ro millergeek/kubectl proxy
Starting to serve on 127.0.0.1:8001

Tag summary

Content type

Image

Digest

Size

12.9 MB

Last updated

about 5 years ago

docker pull millergeek/kubectl