Blast Radius - CI/CD用語集の定義
blast radiusとは、変更や障害が問題を起こしたときの影響範囲、つまり単一のアクションがどれだけのシステム、ユーザー、リソースに影響を及ぼしうるかを指します。
blast radiusとは、変更や障害が問題を起こしたときの影響範囲、つまり単一のアクションがどれだけのシステム、ユーザー、リソースに影響を及ぼしうるかを指します。
小さなモジュール、least privilege、段階的なrolloutはいずれも、何かが壊れたときのblast radiusを小さくするために存在します。
関連ガイド
Least Privilege - CI/CD Glossary DefinitionLeast Privilege: Least privilege is the security principle of granting an identity only the permissions it ne…
Guardrails - CI/CD Glossary DefinitionGuardrails: Guardrails are automated, preventive or detective controls that keep teams inside approved bounda…
Destroy (IaC) - CI/CD Glossary DefinitionDestroy (IaC): A destroy removes all resources an IaC configuration manages, tearing down infrastructure in d…