Configuration Drift - CI/CD用語集の定義
ドリフトとは、システムの実際の構成とコードで宣言された状態との間の乖離であり、通常は IaC ワークフローの外で行われた手動変更によって引き起こされます。
ドリフトとは、システムの実際の構成とコードで宣言された状態との間の乖離であり、通常は IaC ワークフローの外で行われた手動変更によって引き起こされます。
ドリフト検出は、稼働中のインフラを state file と比較し、問題を引き起こす前に帯域外の変更をフラグ付けします。
関連ガイド
Desired State - CI/CD Glossary DefinitionDesired State: Desired state is the target configuration you declare for a system: the resources, versions, a…
State File - CI/CD Glossary DefinitionState File: A state file is the record an IaC tool keeps of the resources it manages, mapping configuration t…
Immutable Infrastructure - CI/CD Glossary DefinitionImmutable Infrastructure: Immutable infrastructure is a model where servers are never modified after deployme…