K8s Resource Monitoring
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.
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.
Data source config
Collector config:
Upload an updated version of an exported dashboard.json file from Grafana
Revision | Description | Created | |
---|---|---|---|
Download |
Kubernetes
Monitor your Kubernetes deployment with prebuilt visualizations that allow you to drill down from a high-level cluster overview to pod-specific details in minutes.
Learn more