#kubernetes #context #switch #external #interactively #utility #kubernetes-context

bin+lib kx

Interactively switch between kubernetes contexts without any external dependencies

5 stable releases

1.3.0 Feb 25, 2023
1.2.0 May 29, 2021
1.1.1 Oct 9, 2020
1.1.0 Sep 8, 2020
0.0.0 Dec 29, 2018

#791 in Development tools

24 downloads per month

MIT license

13KB
224 lines

kx

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

Build

Installation

From binary

You can directly download the kx executable.

Install from crates.io

cargo install kx

Build Manually

Clone the repo and run:

cargo install --path .

Alternatively, run:

cargo build --release

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

Usage

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

Todo

  • Add tests
  • bash/zsh/fish completions
  • Use crossterm based solution instead of skim
  • Windows support

Dependencies

~12MB
~223K SLoC