GitOps uses Git repositories as the single source of truth for infrastructure and application deployments.
- True
- False
Answer: True
GitOps (ArgoCD, Flux) declaratively defines desired state in Git; operators sync cluster state to match. Benefits: audit trail, rollback via git revert, peer review via PRs. Critical for modern cloud-native deployment practices and infrastructure management questions.