YOUR FIRST GITOPS DEPLOYMENT
Argo CD Playground
A little app. A real deployment.
Make a change in Git and watch it arrive here.
Checking application…
THE FEEDBACK LOOP
Try a tiny change.
- 01
Edit the values
Change
demo.message,demo.version, ordemo.accentColorin the Helm values. - 02
Push to main
Git is the source of truth. Argo CD detects the commit and reconciles the Kubernetes resources.
- 03
Watch it land
A configuration checksum triggers a rollout. This page checks for updates every 15 seconds.
Health reflects this application's HTTP endpoints, not Argo CD sync status.