Kubernetes GitOps with Argo CD
GitOps workflow with developer commits, Argo CD sync, Image Updater, and three environments (dev/staging/prod).
The prompt
Kubernetes GitOps with Argo CD. Developer pushes Kubernetes manifests to a Git repo. Argo CD running in the cluster watches the repo. When manifests change, Argo CD syncs the cluster state to match. Three environments — dev, staging, prod — as separate clusters, each with its own Argo CD instance and its own Git folder. CI builds container images and pushes to a private registry. Argo CD Image Updater watches the registry and automatically opens PRs to bump image tags in the manifest repo. Show the manual approval gate before production sync.
What it generates
A GitOps diagram showing the Git source of truth, image build pipeline, Argo CD sync flow, and environment promotion.
When to use it
When you want declarative deployments, full audit history of every cluster change, and a clean separation between CI (build/test) and CD (deploy).
Generate this diagram in seconds
Copy the prompt above, sign in for free, and paste it into the generator.
Related kubernetes templates
Kubernetes web app with HPA
Standard web workload: Ingress → ClusterIP Service → Deployment with HorizontalPodAutoscaler, ConfigMap, and Secret.
Kubernetes with Istio service mesh
Istio control plane, sidecar-injected microservices, mTLS, ingress and egress gateways, and observability stack.
Kubernetes stateful PostgreSQL
PostgreSQL StatefulSet with PVCs, headless service, replication, automated backups, and read/write split.