Files
nexus/wiki/concepts/Canary-Deployment.md
2026-04-20 07:08:14 +08:00

19 lines
532 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
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)]]