CGOA FAQ covering exam format, GitOps scope, prerequisites, tooling, Kubernetes fit, and common exam traps.
CGOA is the Linux Foundation Certified GitOps Associate credential. The official page describes it as an online, proctored, multiple-choice exam that validates GitOps terminology, principles, patterns, related practices, and tooling.
No. The official page describes CGOA as a multiple-choice exam. Kubernetes and GitOps tool familiarity help, but this is not a live terminal exam like CKA or CKAD.
The Linux Foundation lists the CGOA exam duration as 90 minutes. Always verify the official page before scheduling because exam details can change.
The official CGOA page lists no prerequisites. In practice, basic DevOps, Kubernetes, CI/CD, and Git vocabulary make the exam easier.
GitOps Principles is the largest domain at 30%. Terminology and patterns are also large enough that you should not study tooling alone.
Do not turn this into a command exam. Know what reconcilers do, how they relate to state stores and desired state, and why notifications and observability matter.
Treating GitOps as “deploy from Git” only. CGOA expects the full model: declarative desired state, versioned state, automated pull-based reconciliation, continuous drift detection, feedback, and rollback.