HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

kdash — A simple dashboard for Kubernetes. More information: <https://github.com/kdash-rs/kdash/#usage>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
simplecommanddashboardkdashclimorekubernetesfor

Problem

How to use the kdash command: A simple dashboard for Kubernetes. More information: <https://github.com/kdash-rs/kdash/#usage>.

Solution

kdash — A simple dashboard for Kubernetes. More information: <https://github.com/kdash-rs/kdash/#usage>.

Show dashboard:
kdash


Show dashboard in debug mode and write logs to a file in the current directory:
kdash {{[-d|--debug]}}


Set the tick rate:
kdash {{[-t|--tick-rate]}} {{100}}


Set the polling rate (must be a multiple of the tick rate):
kdash {{[-t|--tick-rate]}} {{200}} {{[-p|--poll-rate]}} {{400}}

Code Snippets

Show dashboard

kdash

Show dashboard in debug mode and write logs to a file in the current directory

kdash {{[-d|--debug]}}

Set the tick rate

kdash {{[-t|--tick-rate]}} {{100}}

Set the polling rate (must be a multiple of the tick rate)

kdash {{[-t|--tick-rate]}} {{200}} {{[-p|--poll-rate]}} {{400}}

Context

tldr-pages: common/kdash

Revisions (0)

No revisions yet.