kx

kx is a utility to switch interactively between kubernetes contexts without any external dependencies and bash witchcraft. Written in Rust :crab:

Build

Installation

From binary

You can directly download the kx executable.

Install from crates.io

sh cargo install kx

Build Manually

Clone the repo and run:

sh cargo install --path .

Alternatively, run:

sh cargo build --release

then put the resulting target/release/kx executable on your PATH.

Usage

md kx : list the contexts kx <NAME> : switch to context <NAME> kx -c, --current : show the current context name

Todo