Settings

Theme

Show HN: K9sight – fast, keyboard-driven TUI for debugging Kubernetes workloads

github.com

3 points by Arifcodes 2 months ago · 1 comment · 1 min read

Reader

Hey HN,

I built k9sight because I was tired of constantly switching between kubectl commands while debugging Kubernetes issues. It's a terminal UI that lets you browse workloads, tail logs, exec into pods, port-forward, and more – all with vim-style keybindings.

p10a 2 months ago

Nice work, one question how much it's different from the k9s?

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection