IT Concept: GitOps
An operational framework where Git is the single source of truth for declarative infrastructure and apps.
GitOps โ Manage infrastructure and deployments through Git pull requests. An agent (Argo CD, Flux) continuously reconciles the live cluster to match the repo. Benefits: full audit trail, easy rollback (git revert), review-based changes. Combines well with Kubernetes, Terraform, and Kustomize/Helm.