src/data/question-groups/devops/content/what-is-gitops.md
GitOps is a practice that uses Git as the single source of truth for infrastructure and application management. It takes advantage of Git repositories to store all configuration files and through automated processes, it ensures that both infrastructure and application configuration match the described state in the repo.
The main differences between GitOps and traditional CI/CD are: