DEPLOY / OBSERVE / REPEATLOADING

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…
MESSAGE FROM GIT01 / LIVE CONFIG

Waiting for deployment configuration…

HELM → KUBERNETESNot checked yet
APP VERSIONChange it. Commit it. See it.
NAMESPACEYour app's home in the cluster.
DESIRED REPLICASConfigured in Git, not a live count.

THE FEEDBACK LOOP

Try a tiny change.

  1. 01

    Edit the values

    Change demo.message, demo.version, or demo.accentColor in the Helm values.

  2. 02

    Push to main

    Git is the source of truth. Argo CD detects the commit and reconciles the Kubernetes resources.

  3. 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.