A full-screen CLI application for browsing Kubernetes clusters using a tree-based interface with vim-style navigation.
Features
Tree-based navigation through Kubernetes resources
⌨ Vim-style keybindings (h, j, k, l) and arrow keys
Browse namespaces → object types → objects → details
View object details (Describe view)
View pod logs with auto-scroll to bottom
Exec commands displayed in formatted boxes with clipboard copy (CTRL+1-4)
Works with your current kubeconfig context
Search/filter functionality with visual indicators
⌨ Help overlay (CTRL+B) with all keybindings
Dynamic column width adjustment
Cascading selection on startup for immediate data display
Async data loading with background workers for responsive UI
Loading states ("Loading data...") and empty states ("No items") with disabled columns
Non-blocking UI - navigation remains smooth even during data fetching
amartiniuc•1h ago
Features Tree-based navigation through Kubernetes resources ⌨ Vim-style keybindings (h, j, k, l) and arrow keys Browse namespaces → object types → objects → details View object details (Describe view) View pod logs with auto-scroll to bottom Exec commands displayed in formatted boxes with clipboard copy (CTRL+1-4) Works with your current kubeconfig context Search/filter functionality with visual indicators ⌨ Help overlay (CTRL+B) with all keybindings Dynamic column width adjustment Cascading selection on startup for immediate data display Async data loading with background workers for responsive UI Loading states ("Loading data...") and empty states ("No items") with disabled columns Non-blocking UI - navigation remains smooth even during data fetching