What is the primary use case for a DaemonSet in Kubernetes?
-
A
Running a single instance of a Pod across the whole cluster
-
B
Ensuring exactly one copy of a Pod runs on every (or selected) node
-
C
Running batch jobs that complete and terminate
-
D
Managing stateful applications with persistent identities