A 311 API has one shared base of manifests and needs different settings for staging versus production. Which Kustomize layout matches that goal?
Select an answer to reveal the explanation.
Short Explanation
Picture a city seal stamp (the base) and colored overlays for each district. Staging and prod stamp the same forms, then tint them—Kustomize base plus overlays do that without photocopying the whole binder twice.
Full Explanation
Kustomize organizes a shared base of resources and environment overlays that reference that base while applying patches, labels, and other transformers. Duplicating trees without linkage invites drift. Helm values alone are a different packaging model, and etcd dumps are not an application overlay strategy.