Kubernetes: POD Overview 67,23767,237
Description
Monitors Kubernetes Pod health and resource usage across namespaces, aggregating status, counts, restarts, and per-pod and per-container metrics. It highlights CPU and memory usage/limits and network I/O to identify resource contention and network throughput issues. Core metrics include kube_pod_status_phase, container_cpu_usage_seconds_total, container_memory_working_set_bytes, and container_network_transmit_bytes_total to provide both health and performance visibility across the cluster.
Used Metrics 1111
-
container_cpu_usage_seconds_total
-
container_memory_working_set_bytes
-
container_network_receive_bytes_total
-
container_network_transmit_bytes_total
kube_pod_container_resource_limits_cpu_cores
kube_pod_container_resource_limits_memory_bytes
kube_pod_container_resource_requests_cpu_cores
kube_pod_container_resource_requests_memory_bytes
kube_pod_container_status_restarts_total
kube_pod_info
kube_pod_status_phase