1.0.0 • Published 7 years ago

kubectx v1.0.0

Weekly downloads
6
License
MIT
Repository
github
Last release
7 years ago

kubectx

kubectx is an utility to manage and switch between kubectl contexts.

kubectx

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 :).