Drift Detection
Definitions
Drift Detection 是 GitOps 术语,用来说明 finding when live state differs from declared source state. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Argo CD documentation; Flux documentation.
“团队午饭前用了 Drift Detection,发布就没有系着松鞋带冲进生产环境。”
Related Terms
- Drift RemediationGitOps and Release Engineering
Drift Remediation 是 GitOps 术语,用来说明 the safe correction of detected drift back toward declared state. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Argo CD documentation; Flux ...
- Image Tag DriftGitOps and Release Engineering
Image Tag Drift 是 GitOps 术语,用来说明 a mismatch between the image tag in source and the running image evidence. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Flux documentation.
- Orphaned ResourceGitOps and Release Engineering
Orphaned Resource 是 GitOps 术语,用来说明 a live object that is not clearly owned by the current desired source state. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Argo CD documenta...
- OutOfSyncGitOps and Release Engineering
OutOfSync 是 GitOps 术语,用来说明 a status showing the live system does not match the desired source state. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Argo CD documentation.
- Self-HealGitOps and Release Engineering
Self-Heal 是 GitOps 术语,用来说明 automatic correction when live state drifts away from source state. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Argo CD documentation.
- Admission PolicyGitOps and Release Engineering
Admission Policy 是 GitOps 术语,用来说明 a rule that evaluates resources before they are accepted by the cluster. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Kubernetes controller ...