Drift Remediationとは?
drift remediationは、driftが検出されたあとに、システムを宣言されたdesired stateへと再調整するプロセスです。controllerが宣言済みの構成を継続的に再適用する自動の場合もあれば、オペレーターが修正をレビューして適用する手動の場合もあります。これはdrift検出のあとに続くアクションです。
なぜ重要か
driftを検出しても、修正されなければ意味がありません。remediationはループを閉じ、稼働中のシステムがレビュー済みでバージョン管理された信頼できる情報源と整合し続けるようにします。GitOpsツールはdesired stateを継続的に再適用してこれを自動化し、infrastructure-as-codeのチームはレビュー済みのplanとapplyで修正することが多いです。
関連する概念
- reconcileループでdrift検出のあとに続く
- 自動(GitOps)またはレビュー済みのapplyで行える
- 冪等で宣言的な構成が安全にする
関連ガイド
What Is Drift Detection?Drift detection finds differences between the desired state declared in code and the actual live state of inf…
What Is Desired State?Desired state is the declared target configuration of a system that automation continuously works to make the…
What Is Idempotency?An idempotent operation produces the same result whether it runs once or many times, making retries and re-ru…