Category
canary-release
2 articles in this category
Deployment Architecture Patterns: Blue-Green, Canary, Shadow Traffic, Feature Flags, and GitOps
TLDR: Release safety is an architecture capability, not just a CI/CD convenience. Blue-green, canary, shadow traffic, feature flags, and GitOps patterns exist to control blast radius, measure regressions early, and make rollback fast enough to matter...
•8 min read
Canary Deployment Pattern: Progressive Delivery Guarded by SLOs
TLDR: Canary rollout is effective only when statistical health gates and rollback thresholds are defined before deployment. TLDR: This dedicated deep dive focuses on the internals, failure behavior, performance trade-offs, and rollout strategy requir...
•9 min read
