> For the complete documentation index, see [llms.txt](https://docs.cloudeka.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cloudeka.ai/deka-gpu/deka-gpu-kubernetes/workloads/daemonsets.md).

# DaemonSets

Daemon Sets are used for a mechanism in Kubernetes that ensures that all (or some) nodes have copies of a running pod. Whenever there is an addition of a new node in the cluster, DaemonSet ensures that the specified pod runs on that node automatically. On the Workload page select the DaemonSets tab.

<figure><img src="/files/xiAxP4GcFQIPjBYYeJn4" alt=""><figcaption></figcaption></figure>

The DaemonSets tab displays information.

<table><thead><tr><th width="180">Column</th><th>Description</th></tr></thead><tbody><tr><td>Name</td><td>Used to uniquely identify the DaemonSet in the namespace.</td></tr><tr><td>Desired</td><td>Displays the number of pod replicas that DaemonSet wants to run on nodes in the cluster.</td></tr><tr><td>Current</td><td>Displays the number of pods currently running by DaemonSet on nodes in the cluster.</td></tr><tr><td>Ready</td><td>Indicates the number of pods that are currently in the ready state to service the request.</td></tr><tr><td>Up-to-date</td><td>Displays the number of pods that have been updated to the latest version desired by DaemonSet.</td></tr><tr><td>Available</td><td>Displays the number of pods available to service user requests.</td></tr><tr><td>Node-Selector</td><td>Displays the label used by DaemonSet to determine which nodes should run the pod.</td></tr><tr><td>Age</td><td>Displays the duration of time since the DaemonSet was created.</td></tr><tr><td>Containers</td><td>Displays a list of container names that are part of the DaemonSet pod template. This list of container names provides information about the components that DaemonSet runs.</td></tr><tr><td>Images</td><td>Displays the image of the container used in the DaemonSet.</td></tr></tbody></table>
