1 — Kubernetes Metrics
Purpose
[stub: kubernetes-metrics]
Metadata
| Author | Amit Singh |
| Scope | observability |
Local graph
Related notes
2 — Control Plane Monitoring
Covers monitoring the API server, etcd, scheduler, and controller-manager — the control plane's own health as a distinct concern from workload health.
3 — Node Monitoring
Covers node-level resource pressure signals and how they surface as pod evictions and scheduling failures.
4 — Pod Monitoring
Covers pod lifecycle, restart, and readiness/liveness signal correlation with application-level telemetry.
5 — Cluster Events
Covers the Kubernetes Events API as a signal type distinct from metrics and logs, and its short default retention.