kdash
fast terminal dashboard for Kubernetes written in Rust
TLDR
Launch Kubernetes dashboard
$ kdash
Use specific kubeconfig$ kdash -c [~/.kube/config]
Set refresh interval$ kdash -t [5]
SYNOPSIS
kdash [options]
DESCRIPTION
kdash is a fast terminal dashboard for Kubernetes written in Rust. Provides a read-only view of cluster resources, node metrics, and pod status. Requires metrics-server for resource utilization data. Navigate using keyboard shortcuts.
PARAMETERS
-c, --config file
Path to kubeconfig file.-t, --tick-rate seconds
Refresh interval in seconds.-n, --namespace name
Default namespace to view.
CAVEATS
Requires metrics-server deployed on the cluster for resource metrics. May not work properly with Minikube or Kind when running via Docker.
