Auto-sync: 2026-04-20 07:08

This commit is contained in:
2026-04-20 07:08:14 +08:00
parent 31565fe752
commit d7bf4ae6de
126 changed files with 4731 additions and 18 deletions

View File

@@ -0,0 +1,19 @@
---
title: "Canary Deployment"
type: concept
tags: [deployment, release, strategy]
sources: []
last_updated: 2026-04-20
---
## Definition
Canary Deployment金丝雀部署是一种软件发布策略逐步将新版本替换为旧版本通过小范围试点验证新功能的稳定性和可靠性降低全量部署的风险。
## Rationale
- 降低新版本带来的风险
- 实时监控新版本性能
- 快速回滚能力
## Related Concepts
- [[ECS (Elastic Container Services)]]
- [[Infrastructure as Code (IaC)]]