LinuxCommandLibrary

kdash

fast terminal dashboard for Kubernetes written in Rust

TLDR

Launch Kubernetes dashboard

$ kdash
copy
Use specific kubeconfig
$ kdash -c [~/.kube/config]
copy
Set refresh interval
$ kdash -t [5]
copy

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.

SEE ALSO

kubectl(1), k9s(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community