# 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="https://lh7-rt.googleusercontent.com/docsz/AD_4nXebYvioU_2c02GkRC8zb76VdkMQggartxT8-4sa1krYyZjsqEUWIsgy4nmUjeQYuSwTDpYLvcpOoGFMYbCV9cnpBJP4TMS4mAeo73ni-ehdioUwm6TU2S_B1rjysoto0x1i38-akA?key=VdqgWGDwyvFHeaI7pMzFzQ" alt=""><figcaption><p>DaemonSets</p></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>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cloudeka.ai/deka-gpu/deka-gpu-kubernetes/workloads/daemonsets.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
