Kubernetes cluster monitoring (via Prometheus)
https://grafana.com/dashboards/3119 - Monitors Kubernetes cluster using Prometheus. Shows overall cluster CPU / Memory / Filesystem usage as well as individual pod, containers, control plane (as deployed by kops) statistics. Uses cAdvisor metrics only. Tweaked from original https://grafana.com/dashboards/315 to add templating for: - adaptable $interval (instead of hardcoded 1m) - selectable $datasource (very useful to have a single dashboard tackling several prometheis )
Adapted from https://grafana.com/dashboards/315:
- moved from fixed
[1m]
to grafana auto-interval, see$interval
- adapted to kops-deployed control-plane components (no systemd, use
{kubernetes_io_role="master", ...}
instead)
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