nerdexam
Linux_Foundation

KCNA · Question #103

Which cloud native tool keeps Kubernetes clusters in sync with sources of configuration (like Git repositories), and automates updates to configuration when there is new code to deploy?

The correct answer is A. Flux and ArgoCD. Flux and ArgoCD are the primary tools used in GitOps to synchronize Kubernetes clusters with Git repositories for automated configuration and application deployment.

Submitted by carlos_mx· May 4, 2026Cloud Native Application Delivery

Question

Which cloud native tool keeps Kubernetes clusters in sync with sources of configuration (like Git repositories), and automates updates to configuration when there is new code to deploy?

Options

  • AFlux and ArgoCD
  • BGitOps Toolkit
  • CLinkerd and Istio
  • DHelm and Kustomize

How the community answered

(34 responses)
  • A
    91% (31)
  • B
    6% (2)
  • C
    3% (1)

Why each option

Flux and ArgoCD are the primary tools used in GitOps to synchronize Kubernetes clusters with Git repositories for automated configuration and application deployment.

AFlux and ArgoCDCorrect

Flux and ArgoCD are both widely recognized GitOps tools designed to continuously synchronize the desired state defined in Git repositories with the actual state of Kubernetes clusters. They automate the deployment and update of applications and configurations whenever changes are pushed to the Git repository, embodying the core principles of GitOps.

BGitOps Toolkit

GitOps Toolkit is a collection of tools from the Flux project, but 'Flux and ArgoCD' are the more comprehensive and distinct tool names commonly associated with this function.

CLinkerd and Istio

Linkerd and Istio are service mesh implementations used for managing network communication between services, not for syncing cluster configuration from Git.

DHelm and Kustomize

Helm and Kustomize are package managers and configuration management tools for Kubernetes, respectively, but they do not actively synchronize the cluster state with a Git repository.

Concept tested: GitOps tools for Kubernetes synchronization

Source: https://fluxcd.io/ and https://argoproj.github.io/argocd/

Topics

#GitOps#Continuous Delivery#Flux#ArgoCD

Community Discussion

No community discussion yet for this question.

Full KCNA Practice