Cluster Monitoring & Logs
Track health for clusters, nodes, and workloads; inspect logs for troubleshooting.
Insert screenshot of Cluster β Monitoring here
Metrics
Cluster overview: API health, etcd, scheduler
Node: CPU, memory pressure, disk/inode usage
Workloads: pod restarts, resource requests vs usage
Logs
# View logs
kubectl -n <ns> logs deploy/<name> --tail=200
# Recent events
kubectl get events -A --sort-by=.lastTimestamp
Export charts/CSV where available for reports
Last updated
Was this helpful?