DevOps Interview DropAdvanced TierScenario+50 XP on read

Argo CD keeps reverting your emergency production change. Why, and what should you do?

Core Summary

Self-heal is doing exactly what it was configured to do: pulling the cluster back to what Git says. During an incident, mitigate through something the controller doesn't manage, then get the real change into Git fast rather than fighting reconciliation head on.

Hints

Hint 1: The controller is not broken; it is working

Hint 2: Disabling self-heal mid-incident creates a worse problem

Hint 3: There should be a fast path through Git

Reported in interviews at Red Hat, Intuit