2 — Continuous Delivery
Purpose
[stub: continuous-delivery]
Metadata
| Author | Amit Singh |
| Scope | sre |
Local graph
Related notes
1 — Continuous Integration
Merging and testing changes continuously so integration problems surface in minutes, not in the multi-day merge conflict that used to be normal.
10 — Supply Chain Security
SBOMs, artifact signing, and provenance attestation — verifying what's actually being deployed is what was actually built, not something injected in between.
3 — Deployment Strategies
The spectrum from all-at-once to fully progressive rollout, and the blast-radius-vs-speed trade-off each point on that spectrum makes.
4 — Blue-Green Deployments
Running two full production environments and switching traffic between them atomically — instant rollback, at the cost of running double the infrastructure.