kubectx
v1.0.0
Published
Switch between Kubernetes contexts
Downloads
9
Readme
kubectx
kubectx is an utility to manage and switch between kubectl contexts.
Usage
➜ / kubectx
? Select kubectl context (Use arrow keys)
image-charts-production
❯ killbug-development
minikube
ouest-france-development
Next steps
I wish I could find an inquirer-like library in Rust and rewrite this little tool in Rust instead.
- [ ] rewrite in Rust
- [ ] support namespace switch as well (kubens)
Related work
kubectx is completly inspired by kubectx from Ahmet Alp Balkan. I personally prefer the interactive way that's why this project exist :).