協賛
GitHub
以下のコマンドでadminユーザの初期パスワードを取得します。
$ kubectl get secret grafana -o jsonpath="{.data.admin-password}" | base64 --decode ; echo