Kubernetes Clusters

The Kubernetes Clusters table provides comprehensive information about Kubernetes clusters monitored by Datadog. Each row represents a Kubernetes cluster and includes metadata about API server versions, kubelet versions running across nodes, total resource capacity and allocatable resources (CPU, memory, pods), node counts, and creation timestamps. This table enables you to get a high-level overview of your Kubernetes infrastructure, track cluster resource allocation and utilization, monitor version distribution across control plane and worker nodes, ensure cluster capacity meets demand, and correlate cluster-level metrics with workload performance. Datadog supports monitoring for all major Kubernetes distributions including AWS EKS, Azure AKS, Google GKE, Red Hat OpenShift, Rancher, and Oracle OKE.

k8s.clusters

Fields

TitleIDTypeData TypeDescription
Key_keycorestringThe unique identifier for the cluster.
API Server Versionsapi_server_versionscorehstoreA map of API server versions running in the cluster, stored as key-value pairs.
Cluster IDcluster_idcorestringThe unique identifier of the Kubernetes cluster.
Cluster NamenamecorestringThe name of the Kubernetes cluster.
CPU Allocatablecpu_allocatablecorestringThe total allocatable CPU resources across all nodes in the cluster.
CPU Capacitycpu_capacitycorestringThe total CPU capacity across all nodes in the cluster.
Creation Timestampcreation_timestampcoretimestampThe timestamp when the cluster was created.
Kubelet Versionskubelet_versionscorehstoreA map of kubelet versions running on nodes in the cluster, stored as key-value pairs.
Memory Allocatablememory_allocatablecorestringThe total allocatable memory resources across all nodes in the cluster.
Memory Capacitymemory_capacitycorestringThe total memory capacity across all nodes in the cluster.
Node Countnode_countcoreint64The number of nodes in the cluster.
Pod Allocatablepod_allocatablecoreint64The total number of allocatable pod slots across all nodes in the cluster.
Pod Capacitypod_capacitycoreint64The total pod capacity across all nodes in the cluster.
Resource TagstagscorehstoreThis field contains tags represented as key-value pairs, used to categorize and provide metadata about the cluster.