devops

Configuration Drift in a Multi-Cloud World

Source: devops.com 1 min read

Share

Configuration Drift in a Multi-Cloud World

You are reading a summary. The full content is hosted on devops.com.

Configuration drift is the gap between the infrastructure state declared in code and the state actually running in your environment. It occurs when resources are changed outside of your infrastructure as code (IaC) workflow, so the live system no longer matches its definition. In a single cloud, drift is usually straightforward to find and correct. […]

Related Articles