GitOps
G
GitOps
Definition
An operational framework that applies DevOps best practices for infrastructure automation using Git as the single source of truth. Changes to infrastructure and applications are made through Git commits and pull requests, with automated reconciliation ensuring the live state matches the desired state in the repository.