Pelajaran 13 / 17
GitOps drift detection
Once a change is out, the platform keeps the cluster honest. Key points:
- GitOps drift detection compares desired versus actual state using the Kubernetes API and ArgoCD, so configuration that drifts from what you declared surfaces quickly.
- Drift is read against the live cluster, so the answer reflects reality, not the last thing someone remembered changing.
- This is solid ground: the platform really reads cluster state and ArgoCD, so treat a drift flag as a real signal worth reconciling.