2 — Environment Management
Purpose
[stub: environment-management]
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.
3 — Deployment Strategies
Compares rolling updates, blue-green, canary, shadow deployments, and A/B testing as the deployment strategies a delivery platform must offer as reusable primitives.
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.