Canary Deployment - CI/CD 用語集の定義
canary deployment は、まず新しいバージョンにトラフィックのごく一部を振り向けて健全性を監視し、その後残りに展開することで、影響範囲を限定します。
関連ガイド
Blue-Green Deployment - CI/CD Glossary DefinitionBlue-green deployment runs two identical environments and switches traffic from the old (blue) to the new (gr…
Rollback - CI/CD Glossary DefinitionA rollback reverts a deployment to the previous known-good version after a release goes wrong. Fast, reliable…
Staging - CI/CD Glossary DefinitionStaging is a production-like environment used to validate a release before it ships, catching integration and…