Series: Zero to Kubernetes — Part 1 · Part 2 · Part 3 · Part 4 · Part 5




So far we've built the platform with Terraform. But Terraform isn't a CD pipeline — running terraform apply every time a container image changes is torture. This is where ArgoCD comes in.

ArgoCD implements GitOps: your...