### DaemonSets:
DaemonSets are a Kubernetes resource that allow you to ensure that a particular pod is running on every node in your cluster. DaemonSets are useful for running system-level services or infrastructure components, such as log collectors or monitoring agents, that need to run on every node in your cluster. When a new node is added to the cluster, the DaemonSet controller automatically schedules a new pod on the node.