Infrastructure drift is silent until it breaks what you depend on. For teams using Infrastructure as Code (IaC), drift happens when the live state in the cloud no longer matches the code in Git. Untracked manual changes, rogue scripts, or misconfigured pipelines can rewrite reality without review.
Drift detection for IaC is not optional in serious environments. Without it, deployments become guesswork. You lose the guarantee that your code is the source of truth. Modern SRE practices treat drift as a security and reliability risk, not just a nuisance. Every change outside code review erodes trust in the system.
Effective IaC drift detection for SRE work means continuous monitoring of state against the declared configuration. This involves scanning cloud resources, comparing them to the latest Git commit, and reporting differences with speed and precision. The faster the detection, the smaller the blast radius.