Configuration Drift - CI/CD用語集の定義
設定ドリフトは、手動の変更、その場しのぎの修正、部分的なデプロイによって引き起こされる、稼働中のシステムが意図されたバージョン管理された設定から徐々に乖離することです。これにより環境が予測不能になり、再現が難しくなります。
検出と修正
infrastructure-as-codeツールは、稼働中の状態を宣言された状態と比較することでドリフトを検出し(例えばterraform plan)、reconciliation loopや再適用によってシステムを望ましい状態に戻します。
関連ガイド
Infrastructure as Code (IaC) - CI/CD Glossary DefinitionInfrastructure as Code (IaC): Infrastructure as code is defining and provisioning infrastructure (servers, ne…
Reconciliation Loop - CI/CD Glossary DefinitionReconciliation Loop: A reconciliation loop is a controller that repeatedly compares actual state to desired s…
Twelve-Factor App - CI/CD Glossary DefinitionTwelve-Factor App: The twelve-factor app is a methodology of twelve principles for building portable, scalabl…