CGOA Study Plan
How to prepare for the GitOps Certified Associate exam — a structured study plan covering all domains in priority order.
Prerequisites before you start
Git fundamentals (branches, commits, pull requests) and basic Kubernetes knowledge. Exposure to CI/CD pipelines helps.
4-week CGOA study schedule
This schedule works whether you have 4 weeks or 4 months — compress or expand each week based on your available time. Engineers with relevant background can often move faster through early weeks.
-
Week 1GitOps Principles (30%) & Terminology (20%)
GitOps Principles (30%): pull-based model, desired vs observed state, reconciliation loop, drift detection. GitOps Terminology (20%): agents, operators, reconcilers, controllers. These two domains total 50% of the exam — nail these first.
-
Week 2GitOps Patterns & Related Practices
GitOps Patterns (20%): multi-environment strategies, progressive delivery, rollbacks, secrets management in GitOps. Related Practices (16%): DevOps vs GitOps, CI vs CD, trunk-based development, ChatOps, IaC alignment with GitOps.
-
Week 3Tooling (14%) & Hands-On Practice
Tooling (14%): Argo CD architecture and reconciliation, Flux components (kustomize-controller, source-controller, helm-controller), weave GitOps. Build mental models for tool decision-making: when to choose Argo CD vs Flux.
-
Week 4Mock Exams & Targeted Review
Run timed mocks targeting 85%+. CGOA questions are often principle-based ("which describes GitOps", "what is the GitOps benefit here"). Review principles and patterns — rote memorization of tool commands is not tested.
Study tips for CGOA
- GitOps Principles (30%) is the highest-weight domain — deeply understand the pull model, reconciliation loop, and what makes something "GitOps" vs "just using Git".
- Understand the difference between push-based (traditional CI/CD) and pull-based (GitOps) deployment models — this distinction is tested repeatedly.
- Argo CD and Flux are both in scope. Know their core concepts without needing to know CLI syntax.
- The OpenGitOps principles are the canonical reference — familiarize yourself with the four principles and why each exists.
Mock exam strategy
Mock exams are the most important study tool for associate-level CNCF certs. Here is how to use them effectively:
- Take your first mock without studying — use the results as a diagnostic to see your baseline and find your weakest domains.
- Study the domains you missed most, not the ones you already know.
- Always do mocks under real conditions: no notes, 90-minute timer, no pausing.
- Review every wrong answer after each mock. Understanding why wrong answers are wrong is as valuable as knowing the right answer.
- Target 85%+ consistently before booking the real exam. The extra buffer protects against nerves on exam day.
Recommended CGOA resources
- Official CNCF CGOA curriculum — the authoritative list of topics. Use it as your checklist.
- The CGOA exam is closed-book — read official documentation now, not on exam day.
- Community Slack channels (CNCF Slack #certifications) have real candidates discussing recent exam experiences.