https://github.com/colthreepv/kubectl-shell
autobuilt docker image to execute interactive Kubectl shell with auto-completion
https://github.com/colthreepv/kubectl-shell
completion kubectl kubernetes shell
Last synced: 2 months ago
JSON representation
autobuilt docker image to execute interactive Kubectl shell with auto-completion
- Host: GitHub
- URL: https://github.com/colthreepv/kubectl-shell
- Owner: colthreepv
- License: mit
- Created: 2018-02-10T16:25:29.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-10T16:45:12.000Z (over 8 years ago)
- Last Synced: 2025-01-22T17:45:12.554Z (over 1 year ago)
- Topics: completion, kubectl, kubernetes, shell
- Language: Shell
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
kubectl-shell
=============
[]()
[]()
shell for Kubernetes client kubectl container
This docker container let's you execute a kubectl shell with Bash and kubectl completion.
Refer to [lachlanevenson/k8s-kubectl][1] for operational settings like [volume binding kubectl config][2]
[1]: https://hub.docker.com/r/lachlanevenson/k8s-kubectl/
[2]: https://github.com/lachie83/k8s-kubectl#data-container
**Automatically updated when `lachlanevenson/k8s-kubectl:latest` changes**
# Plans
It is planned to create a more extended automated build on docker hub to produce different versions.
For now this is a proof-of-concept that only builds `latest` lachlanevenson/k8s-kubectl tag
# Example usage
Start a docker container using kubectl config present in your current directory.
```shell
docker run --rm -it -v $(pwd)/config:/config -e KUBECONFIG=/config/config.yml colthreepv/kubectl-shell
```