GnoseedGnoseed
Certifications guide

CCA: The Cilium Certified Associate Exam, Domain by Domain

Everyone assumes a Cilium exam is an eBPF exam. The published blueprint says otherwise: eBPF is 10 % of it, tied for fifth place. This page walks the eight domains in the order the weights actually put them, and says which parts flashcards can carry.

read
8 min read
read
last updated
August 2026
last updated
Overview

Eight domains, and the famous one is not the big one

The Cilium Certified Associate (CCA) is the only certification specific to Cilium, and it is the newest of the associate exams around Kubernetes. It is aimed at platform and cloud engineers working on networking, security and observability, and The Linux Foundation rates it beginner with no prerequisites — though it recommends you bring Kubernetes knowledge and basic networking, meaning the seven-layer model and how TCP, UDP, DNS and HTTP behave.

The blueprint is where this exam surprises people. Cilium is famous for eBPF, so the natural assumption is that the exam is largely a kernel-programming paper. It is not: eBPF is 10 %, level with Cluster Mesh, Network Observability, and Installation and Configuration. The weight sits in Cilium's own model instead — Architecture (20 %), Network Policy (18 %) and Service Mesh (16 %) are 54 % of the paper between them. Preparation aimed at the technology's reputation rather than its blueprint spends half its effort on a tenth of the exam.

Below: the eight domains by weight, what the multiple-choice format does to how you should study, and where this exam sits among the associate credentials. For the whole field see which cloud native certification should you take?; if a service mesh rather than a CNI is your day job, the Istio Certified Associate guide is the closer comparison. Gnoseed does not sell or proctor these exams — it is a free study companion.

Breakdown

The exam at a glance

One exam, eight domains, and a weighting that rewards reading the blueprint before the marketing.

CCA

Cilium Certified Associate

Associate · beginnerMultiple choice · online proctored · 90 min · $250Prereq: None (Kubernetes and basic networking recommended)

Architecture (20 %) is the largest domain — Cilium's identity model, the datapath, and how the pieces fit together. Network Policy (18 %) follows: Kubernetes NetworkPolicy plus Cilium's own L7- and DNS-aware policy types. Service Mesh (16 %) is third, which is the part people filing Cilium as "just a CNI" do not expect. Then four domains tie at 10 % each — Network Observability, Installation and Configuration, Cluster Mesh and eBPF — and BGP and External Networking closes it at 6 %.

Choose this if…

  • You run Cilium as your CNI and want the gaps in your mental model found
  • Network policy and pod-to-pod security are part of your job
  • You want a networking credential that is Cilium-specific rather than conceptual
Decision guide

Is this your exam?

CCA is narrow on purpose. That is a strength if the narrowness matches your work.

  • If you are

    Cilium is the CNI in your production clusters

    Yes — this is the one credential that certifies what you actually operate. Start on Architecture and Network Policy, which are 38 % of the paper between them.

    Start with Cilium — eBPF Networking
  • If you are

    You write network policy and are never quite sure it is right

    A good fit. Network Policy is 18 % and the exam distinguishes Kubernetes NetworkPolicy from Cilium's L7- and DNS-aware types — the distinction most people are hazy on.

    Start with Kubernetes Security & Cluster Hardening
  • If you are

    You are new to Kubernetes networking generally

    Build the ground floor first. CCA assumes the seven-layer model and how TCP, UDP, DNS and HTTP behave, and it will not teach you those on the way past.

    Start with Networking Fundamentals
  • If you are

    Service mesh is the actual job

    Look at ICA instead. CCA gives the mesh 16 %; the Istio exam gives it the whole paper and tests you hands-on. Come back to CCA if the CNI underneath is Cilium.

    Start with Service Mesh: Istio & Linkerd
Read the weights first

Why eBPF at 10 % is the most useful number on the page

Cilium's public identity is eBPF. Every conference talk, every diagram, every introduction leads with the kernel. So the intuitive study plan is to go deep on eBPF — verifier semantics, map types, program attachment points — and treat the Cilium-specific material as a thin layer on top. The blueprint inverts that. eBPF is 10 %. Architecture, Network Policy and Service Mesh together are 54 %.

That does not make eBPF unimportant; it makes it context. What the exam appears to want is enough eBPF to understand why Cilium's datapath behaves as it does — why identity-based policy scales where IP-based rules do not, why replacing kube-proxy changes the packet path — rather than the ability to write and load a program yourself. Understanding the mechanism is examinable at 10 %; being able to build one is not what an associate credential is for.

The practical reordering: spend your first pass on Cilium's identity model and datapath, your second on the two policy surfaces, and treat eBPF as the layer that explains both. If your notes are thicker on kernel internals than on CiliumNetworkPolicy, they are weighted for a different exam.

The format

Multiple choice, 75 % to pass, and nothing open

CCA is a 90-minute online proctored multiple-choice exam — no live cluster, no terminal. That has two consequences people underestimate. First, Linux Foundation multiple-choice exams require 75 % to pass, a higher bar than the 66 % on the hands-on CKA. Second, candidates are not permitted to access tools, resources or external sites during a multiple-choice exam. Cilium's documentation is excellent and you will not have it.

So this is a recall exam, not a fluency exam. On a performance-based paper, half-remembering a flag is survivable because you can look it up and the clock is the real constraint. Here there is nothing to look up: an approximate memory of what CiliumClusterwideNetworkPolicy does differently from CiliumNetworkPolicy converts directly into a wrong answer. Exactly the profile spaced repetition is built for — which is the honest reason this page exists on a flashcards site rather than a lab site.

It is also worth knowing what the format cannot test. Nothing here proves you have debugged a broken datapath at two in the morning. The credential says you understand Cilium's model; pair it with cluster time if you want it to mean more than that.

The unexpected quarter

Service Mesh and Cluster Mesh are 26 % between them

If you think of Cilium as a CNI, the third-largest domain is a surprise. Service Mesh is 16 % — Cilium's sidecar-free approach, where mesh functionality lives in the datapath rather than in a proxy container beside every pod. Add Cluster Mesh at 10 % and more than a quarter of the exam is about connecting things across service and cluster boundaries rather than about pod networking on one cluster.

This is where the CCA and the Istio Certified Associate genuinely differ rather than overlap. ICA is a two-hour, partly performance-based exam devoted entirely to one mesh, with Traffic Management alone at 35 %. CCA gives the mesh 16 % and asks about Cilium's way of doing it. If mesh work is your job, ICA is the deeper credential; if the mesh is one property of the CNI you already run, CCA is the one that matches.

The tail of the blueprint is worth a glance too. BGP and External Networking is 6 % — the smallest domain, but it is the one most likely to be entirely unfamiliar if your background is application platforms rather than networking. Six per cent of a paper you need 75 % on is not a domain to skip on the grounds of size.

Where it fits

One of eight associate exams, all priced the same

CCA joins a family of associate certifications that are unusually uniform: no prerequisites, $250 for the exam alone, valid two years, a twelve-month eligibility window and one retake included. Seven of the eight — CCA among them — are 90-minute multiple-choice papers rated beginner; only ICA breaks the pattern at two hours and partly performance-based.

Because none of them gates another, the sensible order is whatever your work already suggests rather than a difficulty ladder. CCA earns its place if Cilium is the CNI in your clusters, or if network policy is something you are asked about and answer vaguely. It is a poor first badge for someone new to Kubernetes generally — KCNA or the CKA covers that ground, and the CCA assumes it.

Bundles exist: the Linux Foundation lists CCA with a THRIVE-ONE annual subscription at $495, which is worth pricing only if you intend to take more than one exam or use the wider catalogue.

Logistics

Cost, retakes and confirming the blueprint

The Linux Foundation lists CCA at $250 for the exam alone and $495 bundled with a THRIVE-ONE annual subscription. The enrolment includes one retake and a twelve-month window in which to schedule and sit it, and the certification is valid for two years.

Associate blueprints are revised on the Linux Foundation's own schedule — the Istio exam's changed materially in 2025 — and prices move with promotions. Confirm the current domain weights, fee and exam policies on the Linux Foundation's CCA page before you book, not from a comparison page including this one. Gnoseed is a free study companion: it does not sell exams, vouchers, courses or guarantees.

FAQ

Common questions

How much eBPF do I need for the CCA exam? +

Less than the reputation suggests. eBPF is 10 % of the published blueprint, tied with Cluster Mesh, Network Observability, and Installation and Configuration. You need enough to understand why Cilium's datapath and identity model work as they do — not the ability to write and load your own programs.

What are the CCA exam domains and weights? +

Architecture 20 %, Network Policy 18 %, Service Mesh 16 %, then Network Observability, Installation and Configuration, Cluster Mesh and eBPF at 10 % each, and BGP and External Networking at 6 %.

Is the CCA exam hands-on? +

No. It is a 90-minute online proctored multiple-choice exam with no live cluster. Linux Foundation multiple-choice exams require 75 % to pass and permit no tools, resources or external sites — so Cilium's documentation is not available to you during it.

How much does the Cilium Certified Associate cost and how long is it valid? +

$250 for the exam alone at the time of writing, or $495 bundled with a THRIVE-ONE annual subscription. It includes one retake and a twelve-month scheduling window, and the certification is valid for two years.

Do I need the CKA before the CCA? +

No — CCA has no prerequisites. The Linux Foundation does recommend Kubernetes knowledge and basic networking, meaning the seven-layer model and how TCP, UDP, DNS and HTTP behave. If you do not have that yet, build it first; the exam assumes it rather than teaching it.

CCA or ICA — which service mesh credential? +

They answer different questions. ICA is two hours, partly performance-based, and entirely about Istio, with Traffic Management alone at 35 %. CCA gives Service Mesh 16 % and covers Cilium's sidecar-free approach as one property of the CNI. Pick by which product you actually run.

Study the blueprint, not the reputation

Eight domains, 75 % to pass, and nothing open in front of you. Plant your first seed and let ten minutes a day put Cilium's model into recall.

Start learning free