This ensures that one Pod is running on each node in a set of nodes in the cluster
DaemonSets are Kubernetes objects that ensure a copy of a specific Pod is running on all (or some) nodes in a cluster, usually for system-level services like log collectors or monitoring agents.