Devops

How to deal with a configuration drift?

Difficulty: unrated

Source: bregman-arie/devops-exercises by Arie Bregman

Answer

Configuration drift can be avoided with desired state configuration (DSC) implementation. Desired state configuration can be a declarative file that defined how a system should be. There are tools to enforce desired state such a terraform or azure dsc. There are incremental or complete strategies.