Kubernetes and Cloud Native Associate (KCNA) — Question 169

What is the core functionality of GitOps tools like Argo CD and Flux?

Answer options

Correct answer: D

Explanation

The correct answer, D, accurately describes the main function of GitOps tools, which is to ensure that the actual production state matches the desired state defined in Git. Options A, B, and C do not capture the essence of GitOps, as they focus on tracking changes, replacing human tasks, or managing dependencies rather than the core continuous comparison and action mechanism.