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:
444
+
445
+
| Dashboard | Grafana.com ID | What It Shows |
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 |
449
+
450
+
**URL**: https://grafana.vanillax.me → search for "VPA"
451
+
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:
453
+
454
+
1.**Goldilocks dashboard** — per-namespace cards with copy-paste YAML
455
+
2.**Grafana VPA dashboards** — time-series graphs and historical trends
456
+
3.**CLI** — `./scripts/vpa-report.sh` for quick terminal output
457
+
458
+
---
459
+
441
460
## Related Docs
442
461
443
462
-[Monitoring README](../monitoring/README.md) — metrics-server vs Prometheus pipelines
0 commit comments