Linux command
kdash 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Launch Kubernetes dashboard
kdash
Use specific kubeconfig
kdash -c [~/.kube/config]
Set refresh interval
kdash -t [5]
说明
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.
参数
- -c, --config _file_
- Path to kubeconfig file.
- -t, --tick-rate _seconds_
- Refresh interval in seconds.
- -n, --namespace _name_
- Default namespace to view.
FAQ
What is the kdash command used for?
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.
How do I run a basic kdash example?
Run `kdash` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -c, --config _file_ do in kdash?
Path to kubeconfig file.