-
Log in to Grafana url with credentials
To Get Grafana credentials:
Username:kubectl get secret monitoring-monitoring-grafana -o jsonpath='{.data.admin-user}' | base64 -d
Password:
kubectl get secret monitoring-monitoring-grafana -o jsonpath='{.data.admin-password}' | base64 -d
-
Once logged in and directed to the home page, click the menu Dashboard and then select Manage.
-
From the Dashboard select Kubernetes/Compute Resource / Pod .
This creates a dashboard to monitor the pod resource CPU Usage, CPU Throttling, CPU quota, Memory Usage, Memory Quota, etc.