K8s Resource Monitoring
103,302 5.0 (1 reviews)

Created 11/8/2022
Updated 11/8/2022
Revision 1
Categories
Host Metrics
Grafana Version >=9.2.3
Datasources
Prometheus

Kubernetes resource monitoring Grafana dashboard

The dashboard offers a simple view of the resource consumption of the deployed pods and their impact on the cluster. The outline of requests and limits for each pod and their totals can be used as a tool to determine appropriate resource quotas for your cluster.

Prerequisites

Kubernetes cluster with deployed Prometheus. Prometheus will use metrics provided by:

  • cAdvisor (runs on each node by default)
  • node-exporter, kube-state-metrics - can be installed with Prometheus via the helm chart. Managed Kubernetes clusters such as AKS can have them enabled automatically.

Features

  • List of cluster nodes and their resources: CPU, memory, filesystem.
  • List of the pods restarted in the selected timeframe (hover over the dots to see the exact time of the restart).
  • Counts of pods in each state.
  • Resource outline for each pod. Includes requests, limits and current usage stats. These metrics and the ability to filter by namespace can help calculate appropriate resource quotas for your cluster. Click on the magnifying glass to filter the dashboard by namespace, node or pod.
  • Pod CPU and memory usage over time.
Export Dashboard
Download
Copy to Clipboard

Used Metrics 17