/kubectl

kubectl docker image with make and envsubst

Primary LanguagePythonMIT LicenseMIT

build Docker

Kubectl

Kubectl and few other binaries packaged in a container

Installation

docker pull glacion/kubectl

Usage

docker run --rm -it -v "${PWD}/.kube/config:/root/.kube/config" glacion/kubectl

Alternatively, set KUBECONFIG variable to the path of the config's path.
The environment variable VERSION displays the version of kubectl that the image is built with.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT