1 — Deployment Architecture
Purpose
[stub: deployment-architecture]
Metadata
| Author | Amit Singh |
| Scope | ci-cd |
Local graph
Related notes
2 — Environment Management
Covers how a delivery platform manages the development, testing, staging, production, and ephemeral-environment tiers as first-class platform resources.
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.