kcs

Crates.iokcs
lib.rskcs
version0.1.0
created_at2025-12-19 20:57:05.327082+00
updated_at2025-12-19 20:57:05.327082+00
descriptionTiny TUI helper to browse and switch Kubernetes contexts.
homepage
repository
max_upload_size
id1995491
size27,499
Jayson Saavedra (saavy1)

documentation

README

kcs

Minimal terminal UI for browsing and switching Kubernetes contexts. Built with ratatui + crossterm.

Installation

cargo install kcs

Or build from source:

git clone https://github.com/yourusername/kcs
cd kcs
cargo install --path .

Usage

Simply run:

kcs

Use j/k or arrow keys to move, Enter to switch contexts, q or Esc to quit.

The tool displays:

  • Current context marked with *
  • Context name
  • Cluster name
  • Namespace

Requirements

  • kubectl must be installed and configured
  • At least one Kubernetes context configured

License

MIT

Commit count: 0

cargo fmt