What is the core functionality of GitOps tools like Argo CD and Flux?
- They track production changes made by a human in a Git repository and generate a human-readable audit trail.
- They replace human operations with an agent that tracks Git commands.
- They automatically create pull requests when dependencies are outdated.
- They continuously compare the desired state in Git with the actual production state and notify or act upon differences.
Reveal Solution Next Question