3 — Deployment Strategies
Purpose
[stub: deployment-strategies]
Metadata
| Author | Amit Singh |
| Scope | ci-cd |
Local graph
Related notes
1 — Deployment Architecture
Contrasts push- and pull-based deployment, introduces GitOps and deployment controllers, and covers environment promotion — see tech/gitops.md, tech/argocd.md, and tech/fluxcd.md for the tool-level mechanics.
2 — Environment Management
Covers how a delivery platform manages the development, testing, staging, production, and ephemeral-environment tiers as first-class platform resources.
4 — Progressive Delivery
Covers feature flags, automated verification, traffic shifting, and progressive rollouts as the mechanics behind safely decoupling deploy from release.
8 — Matrix Builds
Explains matrix strategy fan-out, dynamic matrices computed at runtime, include/exclude overrides, and common OS and language matrix patterns.