DaemonSet¶
In Rancher, the DaemonSet section allows you to create and manage different DaemonSet.
- DaemonSet (DS): Ensures exactly one pod runs on each eligible node. New nodes automatically get the pod. Great for system-wide tasks with one pod per node.