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