Skip to content

kdash: add page #17154

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 15 commits into from
Jul 20, 2025
20 changes: 20 additions & 0 deletions pages.ja/common/kdash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# kdash

> ターミナル上でKubernetesのダッシュボードを作成するためのコマンドラインインターフェイス。
> もっと詳しく: <https://github.com/kdash-rs/kdash/#usage>。

- ダッシュボードの起動:

`kdash`

- デバッグモードで起動しログをファイルに書き込む:

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

- ティックレートを設定する:

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

- ポーリングレートを設定する(ポーリングレートはティックレートの倍数である必要があります):

`kdash {{[-t|--tick-rate]}} {{200}} {{[-p|--poll-rate]}} {{400}}`
20 changes: 20 additions & 0 deletions pages/common/kdash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# kdash

> A simple terminal dashboard for Kubernetes.
> Mode 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}}`