> For the complete documentation index, see [llms.txt](https://devops.kaleyra.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://devops.kaleyra.io/gitops.md).

# GitOps

## Overview:

Rather than connecting to a machine in your cluster, you make changes via Pull Requests in git. This means:

* every change is audited so you can see who changed what, when and why
* its easy to revert changes to your infrastructure if things go bad
* teams can easily review changes to work more effectively as a team, share knowledge and get better feedback
