Kubernetes and Cloud Native Associate (KCNA) — Question 175

What is a DaemonSet?

Answer options

Correct answer: A

Explanation

The correct answer, A, accurately describes a DaemonSet as a workload that ensures specific nodes run a copy of a Pod. Option B describes a ReplicaSet, which focuses on maintaining a stable number of replicas across nodes. Option C refers to CronJobs, which are designed for scheduled tasks, while option D relates to StatefulSets, which manage ordering and uniqueness of Pods.