You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Two community dashboards are auto-provisioned in Grafana under the **Infrastructure** folder:
443
+
A community VPA dashboard is auto-provisioned in Grafana under the **Infrastructure** folder:
444
444
445
445
| Dashboard | Grafana.com ID | What It Shows |
446
446
|-----------|---------------|---------------|
447
-
|**VPA Recommendations**|[14588](https://grafana.com/grafana/dashboards/14588)| Table of target/lower/upper bounds per container, namespace summary |
448
-
|**K8s Autoscaling VPA**|[22168](https://grafana.com/grafana/dashboards/22168)| Cluster overview with drill-down to pod-level VPA details |
447
+
|**K8s Autoscaling VPA**|[22168](https://grafana.com/grafana/dashboards/22168)| Cluster overview with drill-down to pod-level VPA details (target, lower/upper bounds) |
449
448
450
449
**URL**: https://grafana.vanillax.me → search for "VPA"
451
450
452
-
These dashboards read VPA metrics exposed by kube-state-metrics (`kube_verticalpodautoscaler_*`). Combined with Goldilocks and `vpa-report.sh`, you have three ways to view VPA data:
451
+
This dashboard reads VPA metrics exposed by kube-state-metrics Custom Resource State (`kube_customresource_verticalpodautoscaler_*`). Combined with Goldilocks and `vpa-report.sh`, you have three ways to view VPA data:
453
452
454
453
1.**Goldilocks dashboard** — per-namespace cards with copy-paste YAML
455
-
2.**Grafana VPA dashboards** — time-series graphs and historical trends
454
+
2.**Grafana VPA dashboard** — time-series graphs and historical trends
456
455
3.**CLI** — `./scripts/vpa-report.sh` for quick terminal output
0 commit comments