Blast Radius Limit とは何か
blast radius limit は、単一の変更が持ちうる影響範囲に対する意図的な境界であり、たとえば rollout を 1 つのリージョン、セル、またはトラフィックの一部に制限することです。これは、変更が失敗しても、その境界づけられた部分のみが影響を受けることを保証します。release はその後、限定されたスライスが健全であると証明された後にのみ拡大します。
なぜ重要か
blast radius を制限することは、潜在的な全面障害を、封じ込められた回復可能なインシデントに変えます。これは canary、セルベースのアーキテクチャ、progressive rollout の背後にある原則です。
関連ガイド
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 Progressive Rollout Percentage?A progressive rollout percentage is the share of traffic or users sent to a new version at each stage, increa…
What Is an Automated Rollback Policy?An automated rollback policy defines the metrics and thresholds that automatically revert a deployment to the…