Skip to content

GitOps Workflows

  1. Merge to a development branch/environment.
  2. Validate health, metrics, and logs.
  3. Promote via pull request to staging/production.
  4. Argo CD reconciles destination environments.
  • main for production-ready manifests.
  • Environment overlays for non-prod and prod differences.
  • PR-based promotion so changes are auditable.
  • Revert the Git commit that introduced the issue.
  • Let Argo CD reconcile back to the last known good state.
  • Validate SLOs before resuming normal promotion cadence.
  • Enable prune and selfHeal only where your team is ready for strict reconciliation.
  • Use manual sync in high-risk namespaces if needed.
  • Track sync failures with alerting so reconciliation issues are visible quickly.