So, What is GitOps?

cyberpunk

In general, there are two ways to deploy infrastructure changes:

  • Procedural way: telling some tool what to do, e.g.: Ansible (a glorified SSH). This is also known as a push model.
  • Declarative way: telling some tool what you want to have done, also known as infrastructure as code, e ...
more ...