Problem Statement
Which practice helps prevent configuration drift between environments when using GitOps for Kubernetes deployments?
Explanation
Using GitOps means your Git repository is the single source of truth for desired state, and an operator controller watches for changes and applies them to the cluster. Blocking manual changes and enforcing reconciliation helps prevent configuration drift, a common interview scenario. :contentReference[oaicite:4]{index=4}
