What is a DaemonSet in Kubernetes?

What is a DaemonSet in Kubernetes?

a) A type of database for storing logs
b) A deployment strategy
c) Ensures that a copy of a Pod runs on all nodes
d) A way to create stateful applications

Answer:

c) Ensures that a copy of a Pod runs on all nodes

Explanation:

A DaemonSet ensures that a copy of a specific Pod is running on all (or some) nodes in a Kubernetes cluster.

Reference:

Kubernetes Quiz – MCQ – Multiple Choice Questions

Scroll to Top