I keep hearing about GitOps but I'm not sure what it actually means in practice. Is it just storing configs in Git? When does it make sense to adopt GitOps?
Sign in to answer, or post anonymously below.
GitOps = Git as the single source of truth for your infrastructure and deployments.
In practice:
Use GitOps when:
Skip GitOps when:
Read more: GitOps: The Modern Way to Manage Kubernetes