GitOps

The idea of GitOps is to treat everything as source code, including your infrastructure, and check it into git and version it.

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

Last updated