CGOA Gitops Principles Practice Question
A company is choosing between a push-based CI/CD pipeline (e.g., executing 'kubectl apply' from GitHub Actions) and a pull-based GitOps controller (e.g., Argo CD or Flux). Which security advantage is uniquely provided by adopting the pull-based architecture?
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
✓
Cluster API credentials do not need to be exposed or stored inside the external CI/CD platform.
Pull-based reconciliation uses an agent running inside the cluster that reaches out to Git. This eliminates the need to expose cluster API endpoints to external network callers or store cluster admin credentials in external CI systems.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Git repositories are automatically encrypted at rest using cluster-managed hardware security modules.
Why it's wrong here
Git repository encryption is managed by the Git provider, not by the pull-based reconciliation agent.
- ✗
It eliminates the need to perform code reviews or pull request approvals before deploying to production.
Why it's wrong here
Pull requests and code reviews remain vital control points in GitOps workflows regardless of push or pull mechanisms.
- ✓
Cluster API credentials do not need to be exposed or stored inside the external CI/CD platform.
Why this is correct
Because the operator runs inside the target cluster, it pulls manifests internally without requiring external CI runners to hold cluster kubeconfig credentials.
- ✗
Container images are automatically scanned for vulnerabilities before being pushed to the container registry.
Why it's wrong here
Vulnerability scanning occurs during the CI build phase, which is distinct from the CD reconciliation pattern.
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 →
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.