Fastest switch between Kubernetes contexts 🏎.
cargo install kubectx
$ kubectx
--Select kubectl context (Use arrow keys)
image-charts-production
❯ killbug-development
minikube
ouest-france-development
- support namespace switch as well (kubens)
- kubectx is completly inspired by kubectx from Ahmet Alp Balkan. I personally prefer the interactive way that's why this project exist :).
- before this Rust version, kubectx was written in JavaScript with NodeJS.