2025-09-14 18:48:49 -06:00
|
|
|
# kdash
|
|
|
|
|
|
2025-12-16 10:20:31 -07:00
|
|
|
> A simple dashboard for Kubernetes.
|
|
|
|
|
> More information: <https://github.com/kdash-rs/kdash/#usage>.
|
2025-09-14 18:48:49 -06:00
|
|
|
|
|
|
|
|
- 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}}`
|