Daemonsets¶
Daemonsets are controllers in Kubernetes used to automatically run a Pod replica on each node (or specified nodes) in the cluster. They ensure that all nodes meeting the node selection criteria run the Pod, commonly used for deploying node-level system services (such as log collection, monitoring agents, network plugins). When a new node joins the cluster, DaemonSet automatically creates a Pod for it; when a node is removed, the Pod is also cleaned up.
For more information, refer to Daemonsets.
List¶
Go to Infrastructure > Containers, click Kubernetes > Daemonsets in the upper left corner of the page to view information about all Daemonsets retained in the workspace, including name, desired nodes, updated nodes, ready nodes, running duration, etc.
Details¶
Click on a data entry in the list to slide out its details page.
Basic Attributes¶
View the name, updated nodes, ready nodes, labels, and extended attributes of this Daemonset.
- Click Name/Updated Nodes/Ready Nodes to perform the following operations:
| Operation | Description |
|---|---|
| Filter Field Value | Add this field to the explorer to view all data related to this field. |
| Reverse Filter Field Value | Add this field to the explorer to view all data except this field. |
| Add to Display Columns | Add this field to the explorer for viewing. |
| Copy | Copy this field to the clipboard. |
- Labels
Automatically uploaded with Daemonsets information by default. Existing labels can be displayed in the Daemonsets object list through quick filters to show data with the same labels.
YAML¶
In YAML, the system displays the complete configuration of the current Daemonset, including all declared fields, system-autofilled default values, associated resources, etc., which is key for troubleshooting later.
Change Events¶
For more details, refer to Change Event Details.
Kubernetes Events¶
View event data associated with namespace, source, kind, name.
For more details, refer to Explorer Configuration.
