making / jaguchi-manifests

1 stars 11 forks source link

Alanaはk8sクラスタのメトリクスをダッシュボードで見たい #10

Closed making closed 2 years ago

making commented 2 years ago

Why

As Alana I want to k8sクラスタのメトリクスをダッシュボードで見たい So that 使用状況や異常を監視するため

Acceptance Criteria

Scenario: 
Given Grafanaのadminパスワードを取得している
When Grafanaにログイン
Then クラスタのメトリクス(CPU使用率、メモリ使用率など)がグラフで表示されている

Notes:

making commented 2 years ago

組み込みダッシュボードの豊富なkube-prometheusを採用。

https://github.com/tanzu-japan/jaguchi-manifests/commit/2fa114d5d2a901e860051b84e97bc311c8ba9c87 でデプロイした

making commented 2 years ago

https://grafana.jaguchi.maki.lol

image

Grafanaのadminユーザーのパスワードは以下のコマンドで取得可能

kubectl get secret -n monitoring grafana-password -otemplate='{{.data.password | base64decode}}'
image

グラフが豊富

image