Docker image for kubectl, a command line interface for running commands against Kubernetes clusters.
10K+
Makes it easy to access the Kubernetes API from a Pod especially when service accounts are being used for accessing the API. Since all containers in a Pod share the same network namespace, containers will be able to reach the API on localhost.
Find available versions and their respective binaries here.
$ docker run zappi/kubectl:<VERSION> proxy -p 8080
Starting to serve on 127.0.0.1:8080
Content type
Image
Digest
Size
16.5 MB
Last updated
almost 7 years ago
docker pull zappi/kubectl