Skip to content

Pods


In Kubernetes, a Pod is the smallest schedulable and manageable unit, representing one or more tightly coupled containers (such as the main application container and its auxiliary containers). These containers share the same network namespace, storage volumes, and lifecycle, and are considered a "logical application instance." Pods provide a collaborative runtime environment for containers.

For more information, refer to Pods.

List

Go to Infrastructure > CONTAINERS, and in the top-left corner of the page, click to enter Kubernetes > Pods to view all retained Pods within the workspace, including their names, ready counts, restart counts, and runtime durations.

Details

Click on an item in the list to pull out its details page.

Basic Attributes

View the associated HOSTs, Pod name, Node name, labels, and extended attributes for this Pod.

  • Labels

Labels are automatically uploaded by default with Pod information. Existing labels can be used to filter and display data with identical labels in the Pod object list via quick filtering.

For example, by clicking the label HOST, you can query logs, CONTAINERS, processes, APM traces, etc., related to that host.

Action Description
Filter field value Adds this field to the Explorer to view all data related to this field.
Reverse filter field value Adds this field to the Explorer to view all data except for this field.
Add to display columns Adds this field to the Explorer list for viewing.
Copy Copies this field to the clipboard.
View related LOGs Views all LOGs related to this HOST.
View related CONTAINERS Views all CONTAINERS related to this HOST.
View related processes Views all processes related to this HOST.
View related APM traces Views all APM traces related to this HOST.
View related Security Checks Views all Security Check data related to this HOST.

YAML

In the YAML, the system displays the full configuration structure of the current Pod (such as container images, resource limits, environment variables, storage volume mounts, etc.), helping you understand key fields, copy templates for adaptation, and validate design logic.

Correlation Analysis

One-stop correlation analysis of Metrics, CONTAINERS, LOGs, NETWORKs, HOSTs, etc., corresponding to these Pods, enabling faster and more comprehensive monitoring of Pod operations.

Kubernetes Events

You can view event data associated with namespace, source, kind, and name.

For more details, refer to Explorer Configuration.

Feedback

Is this page helpful? ×