Why it matters
GitOps changes how K8s deployments work. Understanding Argo CD enables adoption.
Advertisement
The architecture
Git repo: manifests + Helm charts + Kustomize.
Argo controllers: watch Git, compare to cluster, apply differences.
Advertisement
How it works end to end
Applications: Argo resource pointing to Git path + cluster + namespace.
Sync policies: manual or auto. Prune orphaned resources.
Rollback: git revert; Argo picks it up.
Multi-cluster: one Argo can manage many clusters.