No description
Find a file
2026-08-13 14:29:23 +01:00
src feat(refresh): update live cluster data 2026-08-13 14:29:07 +01:00
.gitignore init: kubetui 2026-06-16 16:49:34 +01:00
Cargo.lock feat(tui): add kubectl pod interface 2026-06-16 17:36:30 +01:00
Cargo.toml feat(tui): add kubectl pod interface 2026-06-16 17:36:30 +01:00
README.md docs(readme): add project overview 2026-08-13 14:29:23 +01:00

kubetui

A small terminal UI for looking at a Kubernetes cluster.

It uses your current kubectl context. You can browse pods and metrics, switch contexts, stream logs, open a shell, copy pod names, and delete pods.

Run

You need Rust and kubectl.

cargo run

Press ? in the app to see the keyboard shortcuts.