Kubernetes and Cloud Native Associate (KCNA) — Question 95

What do Deployments and StatefulSets have in common?

Answer options

Correct answer: A

Explanation

The correct answer is A because both Deployments and StatefulSets manage Pods that are created based on the same container specifications. Options B and C are incorrect as only certain resources support those features, and D is specific to StatefulSets, as Deployments do not maintain sticky identities.