Aug 25, 2023
This is a fundamental misunderstanding of GitOps. GitOps simply means that git is the source of truth for the infrastructure, any configuration changes about things like what would trigger autoscaling happen in git, and all infrastructure configurations are applied by a validated pipeline, just like other code.
The problem that this is shining a light on is people hear a high level concept and then jump to implementation rather than learning more about it. Conference Driven Development.
