Skip to content

How To Monitor Pod Resource Using Grafana💣

  1. 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

Or review password value within helm chart

  1. Once logged in and directed to the home page, click the menu Dashboard and then select Manage. \ Manage Dashboard Screenshot
  2. 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. \ Pod Resource Grafana Screenshot

Last update: 2022-08-18 by Micah Nagel