%%
date:: [[2024-01-05]]
parent::
%%
# [[DaemonSet]]
A DaemonSet in [[Kubernetes]] is a [[Kubernetes]] [[API]] object and feature that lets you replicate identical [[Pods]] across a cluster according to certain criteria. It is a list of everything that needs to run on every node.
## Examples
- storage [[Daemons]] like [[ceph]]
- [[Logging]] daemons like [[fluentd]] and [[Logstash]]
- [[Monitoring]] daemons like [[Prometheus Node Exporter]]