You need to implement GitOps for AKS deployments where the cluster state is continuously reconciled with a Git repository. Which tool is purpose-built for this pattern?
-
A
Flux CD or Argo CD deployed in the AKS cluster
-
B
Azure Pipelines with a scheduled trigger polling Git
-
C
Helm with the --wait flag in a cron-triggered pipeline
-
D
kubectl apply run by a Kubernetes CronJob inside the cluster