Question
DaemonSets will bypass the scheduler and deploy to nodes that are designated as “unschedulable”; however you can use a DaemonSet to deploy to a subset of all the nodes (according to page 109 of Kubernetes in Action). In the real world, what are daemonsets used for in Kubernetes?
Answer
- Monitoring of pods/nodes (such as Prometheus Node Exporter,
…
Continue reading “What Are Common Use Cases of Daemonsets in Kubernetes?”