Learn: Delivery
How a built, signed image becomes a running workload across every stage — via GitOps, a health-gated promotion ladder, and progressive (canary) rollout. This zooms in on the middle of The Life of a Deployment.
Audience: platform engineers who operate or extend delivery. Developers only need the “2-minute view” at the end of the orientation. Already fluent in ArgoCD + Argo Rollouts? Skip to the Reference.
Before you start: the domain model (Product / Environment / Stage) and ideally Life of a Deployment.
Read in this order
Section titled “Read in this order”- Orientation — the one idea (you move a digest up a ladder; reconcilers converge each
rung), the three reconcilers (auto-promoter · ArgoCD · Rollout), and a real
alpha-shopclimb from dev to prod. - Reference — look-up: the
Releaseschema, the per-Product ApplicationSet, the promotion paths and the ladder, the Rollout canary, the gotchas that bite, and a glossary.
Then, to go deeper on the real system
Section titled “Then, to go deeper on the real system”- The end-to-end flow: The Life of a Deployment · the runtime side: The Life of a Request.
- Architecture: Promotion & Release.
- Extend it: the
argocd-app-deliveryhouse skill.