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

  2. Once logged in and directed to the home page, click the menu Dashboard and then select Manage. \ Manage Dashboard Screenshot

  3. 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: 2023-10-02 by Christopher O'Connell