Kubernetes¶
System monitoring covers core resource types of Kubernetes.
By real-time collection of resource status (such as Pod crashes, Node overload), configuration changes (Deployment version rollback, Service routing rule updates), and performance Metrics (CPU/memory consumption, storage volume capacity), it directly serves for troubleshooting (abnormal Pod logs, service endpoints failure), resource optimization (identifying bottleneck instances), and stability assurance (tracking rolling update status), simplifying operation complexity.
-
Workloads Pods Deployments ReplicaSets DaemonSets StatefulSets Jobs CronJobs
Cluster Nodes Nodes
Network Services Services PersistentVolumes PersistentVolumeClaim