Progressive Rollout Percentage とは何か
progressive rollout percentage は、段階的な deployment の間に新しい release へ振り向けられるトラフィックの割合で、1、次に 10、次に 50、次に 100 パーセントといった刻みで引き上げられます。各レベルでチームは進む前に健全性を監視します。この percentage は、段階的な rollout が現在どこまで進んでいるかを符号化します。
なぜ重要か
percentage で徐々に引き上げることで、release を増大するリスクにさらすのは信頼が高まるにつれてのみとなり、一時停止や revert の機会も得られます。これは deploy 速度と安全性のバランスを取ります。
関連ガイド
What Is a Canary Cohort?A canary cohort is the limited group of users or traffic that gets a new release first, acting as an early wa…
What Is a Blast Radius Limit?A blast radius limit is a cap on how much of a system or user base a change can affect at once, containing th…
What Is an Automated Rollback Policy?An automated rollback policy defines the metrics and thresholds that automatically revert a deployment to the…