Production should run five replicas of a ticket API while the staging overlay keeps one. Where in Kustomize should those environment-specific counts live?
Select an answer to reveal the explanation.
Short Explanation
Replicas in an overlay are like setting how many service windows open at city hall for that district. Staging opens one window; prod opens five—same building plans, different staffing numbers.
Full Explanation
The Kustomize replicas transformer sets replica counts on named workloads per overlay, which is the standard way to scale staging versus production without forking the base Deployment entirely. LimitRanges, ENTRYPOINT scripts, and Service ClusterIPs do not express overlay-specific Deployment replica settings.