Phase 3 Capstone Deliverable
A fully automated GitOps pipeline with progressive delivery:
- GitHub Actions CI/CD pipeline building, scanning, pushing images
- ArgoCD managing all manifests declaratively
- Argo Rollouts with canary strategy and automated analysis
- Unleash feature flags for gradual rollout and kill switches
Deliverable: Demo video (5 min) showing:
- Push a code change → CI builds → ArgoCD syncs → canary rolls out → metrics verified
- Rollback via feature flag toggle
- Rollback via
argocd app rollback