# 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
