kubectx-rs

[Deprecated] See kubectx create!


Keywords
cli, interface, kubernetes, contexts, kubectl, rust
License
MIT

Documentation

kubectx

Build Status Build status

Fastest switch between Kubernetes contexts 🏎.

kubectx

⭐️ Download pre-built binaries ⭐️

Installation

cargo install kubectx

Usage

$ kubectx
--Select kubectl context (Use arrow keys)
  image-charts-production
❯ killbug-development
  minikube
  ouest-france-development

Next steps

  • 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 :).
  • before this Rust version, kubectx was wrote over NodeJS.