DaemonSet¶
DaemonSets DaemonSet resemble replicaSet or deployment, but DaemonSet controls that replica pods has in every node. DaemonSet are used in cases when we need to collect monitoring data/run a storage /networking, or proxy daemons on all Nodes. If you want , you can place DaemonSet on a subset of the cluster's Nodes.
References¶
- LinuxFoundationX LFS158x.1. Chapter 8. Kubernetes Building Blocks