- kx - switch context between kubernetes
- kn - switch namespace between kubernetes
curl -s https://raw.githubusercontent.com/koolwithk/kx-kn-rust/main/install.sh | bash
kn #show current namespace
kx #show current context
kn <namespace> #switch to other namespace
kx <context> #switch to other context
git clone https://github.com/koolwithk/kx-kn-rust.git
cd kx
cargo build --release
## for statically linked binary
cargo build --target=x86_64-unknown-linux-musl --release
- learn rust
- small binary size and fast