A staging overlay directory must reuse the shared base manifests. How should its kustomization.yaml wire that relationship?
Select an answer to reveal the explanation.
Short Explanation
Overlays “point upstairs” to the base like a district office citing citywide forms. resources: [../base] pulls that shared set in, then the overlay’s patches and transformers customize it.
Full Explanation
An overlay kustomization includes the base by adding its relative path under resources. Kubectl does not auto-discover parent bases. The replicas and namespace fields do not accept filesystem paths as a substitute for referencing the base.