Kubernetes Pods

The Kubernetes Pods table provides detailed information about Kubernetes pods monitored by Datadog across your clusters. Each row represents a Kubernetes pod and includes metadata about annotations, labels (which can be automatically converted to Datadog tags), namespace, node placement, creation and deletion timestamps, status conditions, container statuses, and current phase (Pending, Running, Succeeded, Failed, Unknown). This table enables you to monitor pod health and lifecycle, track pod scheduling and placement across nodes, use pod annotations for Autodiscovery configuration, correlate pods with their parent deployments or workloads, troubleshoot container failures, and analyze resource usage. The Datadog Agent can automatically assign tags to metrics, traces, and logs emitted by pods based on their labels and annotations. Starting with Agent 7.55.0+, namespace labels can also be used as tags for all pods in that namespace.

k8s.pods

Fields

TitleIDTypeData TypeDescription
AnnotationsannotationscorehstoreKey-value pairs containing annotations attached to the pod, stored as hstore.
Cluster Namecluster_namecorestringThe name of the Kubernetes cluster where the pod is running.
Creation Timestampcreation_timestampcoretimestampThe timestamp when the pod was created.
Deletion Timestampdeletion_timestampcoretimestampThe timestamp when the pod deletion was requested.
LabelslabelscorehstoreKey-value pairs containing labels attached to the pod, stored as hstore.
Pod NamenamecorestringThe name of the pod.
NamespacenamespacecorestringThe Kubernetes namespace where the pod is running.
Spec Hostnamespec_hostnamecorestringThe hostname specified in the pod specification.
Spec Node Namespec_node_namecorestringThe name of the node where the pod is scheduled to run.
Status Conditionsstatus_conditionscorejsonThe conditions of the pod status, stored as JSON.
Status Container Statusesstatus_container_statusescorejsonThe status information for containers in the pod, stored as JSON.
Status Phasestatus_phasecorestringThe current phase of the pod (e.g., Pending, Running, Succeeded, Failed, Unknown).
Resource TagstagscorehstoreThis field contains tags represented as key-value pairs, used to categorize and provide metadata about the pod.
UIDuidcorestringThe unique identifier of the pod.