What is the primary function of an 'Operator' in the context of GitOps?
Operators continuously reconcile the live state with the desired state.
Why this answer
An operator is a Kubernetes controller that manages the lifecycle of applications by reconciling state.