Drift Remediation
Definitions
Drift Remediation is a GitOps term for the safe correction of detected drift back toward declared state. It helps teams, humans, and agents compare declared source state with running systems, then act without pretending a deployment did more than the evidence shows. Source context: Argo CD documentation; Flux documentation.
“The team used Drift Remediation before lunch, so the release did not sprint into production wearing untied shoes.”
Related Terms
- Drift DetectionGitOps and Release Engineering
Drift Detection is a GitOps term for finding when live state differs from declared source state. It helps teams, humans, and agents compare declared source state with running syste...
- Image Tag DriftGitOps and Release Engineering
Image Tag Drift is a GitOps term for a mismatch between the image tag in source and the running image evidence. It helps teams, humans, and agents compare declared source state wit...
- Orphaned ResourceGitOps and Release Engineering
Orphaned Resource is a GitOps term for a live object that is not clearly owned by the current desired source state. It helps teams, humans, and agents compare declared source state...
- OutOfSyncGitOps and Release Engineering
OutOfSync is a GitOps term for a status showing the live system does not match the desired source state. It helps teams, humans, and agents compare declared source state with runni...
- Self-HealGitOps and Release Engineering
Self-Heal is a GitOps term for automatic correction when live state drifts away from source state. It helps teams, humans, and agents compare declared source state with running sys...
- Admission PolicyGitOps and Release Engineering
Admission Policy is a GitOps term for a rule that evaluates resources before they are accepted by the cluster. It helps teams, humans, and agents compare declared source state with...