Practice free →
HomeMCA Cloud Computingcloudcomputingcloudorchestration › GitOps as a deployment pattern means:

GitOps as a deployment pattern means:

AThe desired state of infrastructure and applications lives in a Git repository, and a controller continuously reconciles the cluster to match Git
BConfiguration files are stored only in PowerPoint slides
CAll deployments are done manually over SSH
DEngineers push changes directly to production with no version control
Answer & Solution
Correct answer: A. The desired state of infrastructure and applications lives in a Git repository, and a controller continuously reconciles the cluster to match Git
GitOps (Argo CD, Flux) makes Git the single source of truth for desired state; a controller in the cluster pulls and applies it. The other options describe anti-patterns.
Solve this in the app — MCA Cloud Computing practice & 24k+ MCQs →
Related questions