Implementing DevOps Solutions and Practices Using Cisco Platforms (DEVOPS) — Question 97

Which Kubernetes object ensures that each node is limited to running no more than one pod?

Answer options

Correct answer: C

Explanation

A DaemonSet is designed to ensure that a pod runs on all (or a subset of) nodes in a cluster, which effectively restricts each node to running exactly one instance of that pod. The other options, such as Deployment and ReplicaSet, manage the number of pod replicas but do not enforce the one-pod-per-node limitation.