There are lots of benefits to capturing everything-as-code https://thenewstack.io/tutorial-git-for-absolutely-everyone/. Repositories for static definitions, recipes and specs for how we make our software are useful in all kinds of ways.

Lots of claims https://thenewstack.io/gitops-git-push-all-the-things/ — it offers better security, historical records, and a solution to drift and reconciliation.

The canonical desired system state is versioned in git.

GitOps strongly centers on the idea of software agents continuously running to converge system state with desired state.

Related Articles