KDash - A fast and simple dashboard for Kubernetes



A simple terminal dashboard for Kubernetes built with Rust 

New since v0.6.2
- Troubleshoot tab surfaces severity-ranked findings for Pods, PVCs, and ReplicaSets, then lets you jump straight into containers, logs, describe, and YAML.
- Events tab shows Kubernetes events with namespace, involved kind, reason, count, message, and age, with the same describe/YAML workflows as other resources.
- Deeper drill-down navigation lets you move from workloads to owned Pods, from Pods to Containers, and from Nodes to the Pods scheduled on them.
- Aggregate workload logs combine logs from all pods owned by a workload into a single stream.
- Inline
/ filtering now works across resource tables and views, including Contexts, Help, Utilization, Troubleshoot, More, and Dynamic resource menus.
- Smarter resource tab and menu counts hide zero-count badges in the resource tabs, show cached counts for Dynamic menu entries, and use
? when a Dynamic kind has not been fetched into cache yet.