デプロイリング - CI/CD 用語集の定義
デプロイリング とは、段階的なロールアウトの定められた段階で新しいリリースを受け取るユーザーやホストのグループのことです。早期のリング (内部ユーザー、小さなリージョン) が最初に変更を受け取り、より広い範囲に露出する前に問題を表面化させます。
なぜリングか
リングベースのデプロイは影響範囲を限定します。リング 0 (canary ユーザー) がエラーを報告すれば、リング 2 (それ以外の全員) に到達する前にロールアウトが停止します。
関連ガイド
Progressive Delivery - CI/CD Glossary DefinitionProgressive Delivery: Progressive delivery is releasing a change to an increasing share of users over time wh…
Traffic Shifting - CI/CD Glossary DefinitionTraffic Shifting: Traffic shifting is gradually routing a percentage of requests from an old version to a new…
Deployment Gate - CI/CD Glossary DefinitionDeployment Gate: A deployment gate is a check that must pass before a release proceeds to the next environmen…