Courseiva
CGOA
Gitops PrinciplesmediumMultiple ChoiceObjective-mapped

CGOA Gitops Principles Practice Question

An administrator notices that an engineer manually modified a Service loadBalancerIP in the Kubernetes live cluster using 'kubectl edit'. The cluster is managed by an automated GitOps engine configured in a pull-based model. What will happen during the next reconciliation cycle?

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

The GitOps engine will detect the drift and overwrite the live cluster state to match the declared state in Git.

In a pull-based GitOps pattern, an agent running inside the cluster continuously monitors both the declared state in Git and the actual state in the cluster. When drift is detected, the controller overwrites the live state with the desired state defined in Git.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • The GitOps engine will automatically commit the updated loadBalancerIP back to the Git repository to keep Git in sync.

    Why it's wrong here

    GitOps engines do not push runtime cluster changes back to Git unless specifically configured with write-back image automation, which does not apply to ad-hoc kubectl edits.

  • The live cluster modification will block future Git commits from being fetched by the GitOps agent.

    Why it's wrong here

    Cluster state drift does not impact the read access of the GitOps controller to the upstream Git repository.

  • The GitOps engine will detect the drift and overwrite the live cluster state to match the declared state in Git.

    Why this is correct

    Continuous drift correction enforces the state in Git over any out-of-band manual changes made to the cluster.

  • The GitOps engine will halt reconciliation permanently until an administrator manually clears the cluster error log.

    Why it's wrong here

    Drift detection does not crash or permanently halt the reconciliation loop; it active corrects it or alerts based on policy.

About these practice questions

This CGOA question is part of Courseiva's 325-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written and reviewed by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

Last reviewed August 2026 · checked against the official CNCF / Linux Foundation exam blueprint

This CGOA practice question is part of Courseiva's free CNCF / Linux Foundation certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the CGOA exam.