Auto-sync: 2026-04-21 17:12

This commit is contained in:
2026-04-21 17:12:45 +08:00
parent 914c8f6925
commit 0fe7ba237f
1888 changed files with 220 additions and 68174 deletions

View File

@@ -1,19 +0,0 @@
---
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)]]