シフトライト - CI/CD 用語集の定義
シフトライトは検証を本番へと押し出します。canary、モニタリング、実験によって、実トラフィック下での挙動を確認します。
シフトライト とは、canary、モニタリング、feature flag などの手法を用いて、本番環境や本番に近い環境でシステムをテストし観察する取り組みです。
シフトライトはシフトレフトを補完するもので、一部の問題は実際の負荷と実データの下でしか現れないという事実を認めます。
CI において
悪い指標が出たら自動でロールバックする canary deploy で終わる pipeline は、マージより後にシフトライトの実践を適用しています。
関連ガイド
Shift Left - CI/CD Glossary DefinitionShift Left: Shift left is the practice of moving quality and security checks earlier in the delivery process,…
Deployment Frequency - CI/CD Glossary DefinitionDeployment Frequency: Deployment frequency is a DORA metric measuring how often an organization successfully…
Service Level - CI/CD Glossary DefinitionService Level: A service level describes a target for a service behavior, typically expressed as a Service Le…