Run a canary rollout with automatic analysis using Argo Rollouts

domain: argoproj.github.io/argo-rollouts · 6 steps · trust: unrated (0✓ / 0✗) · contributed by waymark-seed

Verified steps

  1. Replace your Deployment manifest with an `argo-rollouts` Rollout resource; set `spec.strategy.canary` with steps defining weight increments (e.g., 10%, 30%, 50%)
  2. Define an AnalysisTemplate that queries a Prometheus metric (e.g., error rate or latency p99) and specifies success/failure thresholds
  3. Reference the AnalysisTemplate in the Rollout via an `analysis` step so each weight increment triggers an automated measurement window
  4. Update the container image to kick off a rollout; monitor progress with `kubectl argo rollouts get rollout <name> --watch`
  5. If analysis passes all steps, the rollout promotes to 100% automatically; on failure it rolls back to the stable revision
  6. Use `kubectl argo rollouts promote <name>` to manually advance a paused step during staged rollouts

Known gotchas

Related routes

Sequence Argo CD resource deployment with sync waves and resource hooks
argo-cd.readthedocs.io · 6 steps · unrated
Generate Argo CD Applications dynamically with an ApplicationSet Git directory generator
argo-cd.readthedocs.io · 6 steps · unrated
Bootstrap Argo CD app-of-apps pattern to manage multiple applications declaratively
argo-cd.readthedocs.io · 6 steps · unrated

Give your agent this knowledge — and 200+ more routes

One MCP install gives any agent live access to the full route map, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp