> ## Documentation Index
> Fetch the complete documentation index at: https://notes.kodekloud.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Exam Overview

> Overview of the Cilium Certified Associate exam covering audience, logistics, topic weights, and foundational competencies in Cilium, Kubernetes networking, eBPF, observability, policy, and installation

This lesson gives a clear, concise overview of the Cilium Certified Associate (CCA) exam: who should take it, what competencies it validates, how the exam is delivered, and the domain breakdown you should study. It’s aimed at platform and cloud engineers working with Kubernetes who want foundational knowledge in networking, security, and observability using Cilium.

Cilium Certified Associate (CCA) is an entry-level certification that validates your ability to connect, secure, and observe Kubernetes clusters using Cilium. Passing demonstrates familiarity with Cilium’s architecture, features, common use cases, and the basic operational commands and troubleshooting patterns.

<Frame>
  <img src="https://mintcdn.com/kodekloud-c4ac6d9a/3_oH8WobznU4DXye/images/Prep-Course-Cilium-Certified-Associate-CCA-Certification/Introduction/Exam-Overview/cilium-cca-certification-overview.jpg?fit=max&auto=format&n=3_oH8WobznU4DXye&q=85&s=48c67451d152503ed48ebc53d1eceb3e" alt="A presentation slide titled &#x22;Cilium Certified Associate (CCA) – Overview&#x22; with three cards: &#x22;Who is it for,&#x22; &#x22;About the certification,&#x22; and &#x22;What it demonstrates.&#x22; It summarizes an entry-level certification that validates foundational knowledge in connecting, securing, and observing Kubernetes clusters using Cilium and the features/benefits/use cases it covers." width="1920" height="1080" data-path="images/Prep-Course-Cilium-Certified-Associate-CCA-Certification/Introduction/Exam-Overview/cilium-cca-certification-overview.jpg" />
</Frame>

<Callout icon="lightbulb" color="#1CB2FE">
  This overview focuses on the knowledge you’ll be expected to demonstrate: Cilium architecture, network policy, observability (Hubble), eBPF fundamentals, installation/operations, Cluster Mesh, and external networking (BGP). Use the domain weights below to prioritize study time.
</Callout>

Exam logistics

| Item                   | Details                                 |
| ---------------------- | --------------------------------------- |
| Delivery               | Online, proctored                       |
| Question type          | Multiple-choice only (no hands-on labs) |
| Duration               | 90 minutes                              |
| Passing score          | 75%                                     |
| Certification validity | 2 years                                 |

<Callout icon="warning" color="#FF6B6B">
  The exam is proctored — the proctor has access to your webcam and microphone. Prepare your environment (lighting, background, and ID) and follow the proctor’s instructions to avoid interruptions or disqualification.
</Callout>

<Frame>
  <img src="https://mintcdn.com/kodekloud-c4ac6d9a/3_oH8WobznU4DXye/images/Prep-Course-Cilium-Certified-Associate-CCA-Certification/Introduction/Exam-Overview/certification-exam-online-multiple-choice-90min.jpg?fit=max&auto=format&n=3_oH8WobznU4DXye&q=85&s=1ed3b1da6dd5253edae62e94d37d9be1" alt="The image is a &#x22;Certification Details&#x22; slide showing five colored cards that list exam info: Exam Format: Online, Question Type: Multiple choice, Duration: 90 minutes, Passing Score: 75% to pass, and Validity: 2 years. Each card has a small icon and a gradient-colored header." width="1920" height="1080" data-path="images/Prep-Course-Cilium-Certified-Associate-CCA-Certification/Introduction/Exam-Overview/certification-exam-online-multiple-choice-90min.jpg" />
</Frame>

Domains and competencies

The exam is organized into topic domains. The table below shows approximate weightings to help prioritize study.

| Domain                       | Approx. weight |
| ---------------------------- | -------------- |
| Architecture                 | 20%            |
| Network Policy               | 18%            |
| eBPF                         | 16%            |
| Service Mesh                 | 16%            |
| Network Observability        | 8%             |
| Installation & Configuration | 8%             |
| Cluster Mesh                 | 8%             |
| BGP and External Networking  | 6%             |

Architecture — 20%

* Understand Cilium’s role within a Kubernetes environment and how it complements the Kubernetes control plane and data plane.
* Know the major components and responsibilities: Cilium agent, Cilium operator, datapath components (e.g., eBPF programs), and clustering support.
* Understand IPAM approaches and the datapath models that Cilium supports (how pod addressing and routing are handled).
* Be able to reason about where policy enforcement and observability hooks exist in the architecture.

<Frame>
  <img src="https://mintcdn.com/kodekloud-c4ac6d9a/3_oH8WobznU4DXye/images/Prep-Course-Cilium-Certified-Associate-CCA-Certification/Introduction/Exam-Overview/domains-competencies-donut-cilium-architecture.jpg?fit=max&auto=format&n=3_oH8WobznU4DXye&q=85&s=7dce126ba84b0367fe2721835451faaa" alt="A slide titled &#x22;Domains and Competencies&#x22; with a donut chart showing topic breakdowns (e.g., Architecture 20%, Network Policy 18%, eBPF 16%, Service Mesh 16%, plus other 10%/6% segments). To the right is an &#x22;Architecture&#x22; box listing Cilium-related points: its role in Kubernetes, Cilium architecture, IPAM with Cilium, component roles, and datapath models." width="1920" height="1080" data-path="images/Prep-Course-Cilium-Certified-Associate-CCA-Certification/Introduction/Exam-Overview/domains-competencies-donut-cilium-architecture.jpg" />
</Frame>

Network Policy — 18%

* Interpret and reason about Cilium Network Policies and the intent behind policy rules. See Cilium policy docs: [https://docs.cilium.io/en/stable/policy/](https://docs.cilium.io/en/stable/policy/)
* Understand Cilium’s identity-based security model (endpoints are selected by identity derived from labels) and how this differs from IP-only approaches.
* Know the structure of policy rules, selectors, L3/L4 vs. L7 controls, and enforcement considerations.
* Compare Kubernetes NetworkPolicy (IP-centric) vs. Cilium NetworkPolicy (richer L7 capabilities and flexible selectors): [https://kubernetes.io/docs/concepts/services-networking/network-policies/](https://kubernetes.io/docs/concepts/services-networking/network-policies/) and [https://docs.cilium.io/en/stable/policy/](https://docs.cilium.io/en/stable/policy/)

Service Mesh — 16%

* Know basic service mesh concepts and common use cases (mTLS, traffic routing, observability).
* Understand ingress routing using Kubernetes Ingress resources and the newer Gateway API; know why the Gateway API addresses limitations of legacy Ingress: [https://gateway-api.sigs.k8s.io/](https://gateway-api.sigs.k8s.io/) and [https://kubernetes.io/docs/concepts/services-networking/ingress/](https://kubernetes.io/docs/concepts/services-networking/ingress/)
* Be familiar with Cilium options for encrypting traffic in transit and approaches to East-West and North-South encryption.
* Understand differences between traditional sidecar-based meshes and sidecar-less architectures and how Cilium can enable sidecar-less or lighter-weight proxying.

Network Observability — 8%

* Be familiar with Hubble (Cilium’s observability tool) and how it provides flow visibility and troubleshooting: [https://www.cilium.io/docs/concepts/hubble/](https://www.cilium.io/docs/concepts/hubble/)
* Know how to enable L7 protocol visibility, use Hubble CLI to inspect flows, and use the Hubble UI for graphical insights.

Installation & Configuration — 8%

* Know how to install and configure Cilium using the Cilium CLI and common workflows for verifying health and connectivity: [https://docs.cilium.io/en/stable/gettingstarted/](https://docs.cilium.io/en/stable/gettingstarted/)
* Be able to perform common operational checks and run connectivity tests.

Example common Cilium CLI commands:

```bash theme={null}
# Install Cilium into the cluster
cilium install

# Show cluster and Cilium status
cilium status

# Run a connectivity test suite
cilium connectivity test

# Inspect Cilium configuration
cilium config
```

Cluster Mesh — 8%

* Understand Cluster Mesh concepts and how it enables multi-cluster connectivity and service discovery across clusters: [https://docs.cilium.io/en/stable/concepts/clustermesh/](https://docs.cilium.io/en/stable/concepts/clustermesh/)
* Know how Cluster Mesh supports cross-cluster load balancing and the trade-offs involved (consistency, latency, and operational overhead).

eBPF — 16%

* Understand the role of eBPF in Cilium’s architecture: how kernel eBPF programs implement networking, security, and observability features.
* Know the advantages eBPF provides over legacy iptables-based approaches: improved performance, programmability, lower latency, and finer-grained control. Learn more at [https://ebpf.io/](https://ebpf.io/)

BGP and External Networking — 6%

* Understand egress and external connectivity considerations and how Cilium integrates with external routers and networks.
* Know the basics of advertising services and routes to external networks (for example using BGP) so cluster services can be reachable outside the cluster.

<Frame>
  <img src="https://mintcdn.com/kodekloud-c4ac6d9a/3_oH8WobznU4DXye/images/Prep-Course-Cilium-Certified-Associate-CCA-Certification/Introduction/Exam-Overview/domains-competencies-bgp-donut-chart.jpg?fit=max&auto=format&n=3_oH8WobznU4DXye&q=85&s=95dc9109593e9c365798f2f7aed566f0" alt="A presentation slide titled &#x22;Domains and Competencies&#x22; with a donut chart breaking down topics (Architecture 20%, Network Policy 18%, eBPF 16%, Service Mesh 16%, Network Observability 10%, Installation & Configuration 10%, Cluster Mesh 10%, BGP and External Networking 6%). To the right is a &#x22;BGP&#x22; panel listing bullet points about egress connectivity requirements and connecting Cilium‑managed clusters to external networks." width="1920" height="1080" data-path="images/Prep-Course-Cilium-Certified-Associate-CCA-Certification/Introduction/Exam-Overview/domains-competencies-bgp-donut-chart.jpg" />
</Frame>

Study strategy and resources

* Start with conceptual understanding: architecture, identity-based security, and eBPF fundamentals.
* Practice reading and reasoning about policies — translate policy intent into expected behavior.
* Use the Cilium CLI to install a test cluster, inspect status, run connectivity tests, and explore Hubble flows.
* Prioritize domains by weight: focus first on Architecture, Network Policy, eBPF, and Service Mesh, then cover Observability, Installation, Cluster Mesh, and BGP.

References and further reading

* Cilium documentation: [https://docs.cilium.io/](https://docs.cilium.io/)
* Hubble (observability): [https://www.cilium.io/docs/concepts/hubble/](https://www.cilium.io/docs/concepts/hubble/)
* Cilium Network Policy: [https://docs.cilium.io/en/stable/policy/](https://docs.cilium.io/en/stable/policy/)
* Kubernetes NetworkPolicy: [https://kubernetes.io/docs/concepts/services-networking/network-policies/](https://kubernetes.io/docs/concepts/services-networking/network-policies/)
* Cilium Getting Started / CLI: [https://docs.cilium.io/en/stable/gettingstarted/](https://docs.cilium.io/en/stable/gettingstarted/)
* Cluster Mesh concepts: [https://docs.cilium.io/en/stable/concepts/clustermesh/](https://docs.cilium.io/en/stable/concepts/clustermesh/)
* eBPF overview: [https://ebpf.io/](https://ebpf.io/)
* Gateway API: [https://gateway-api.sigs.k8s.io/](https://gateway-api.sigs.k8s.io/)

<CardGroup>
  <Card title="Watch Video" icon="video" cta="Learn more" href="https://learn.kodekloud.com/user/courses/cilium-certified-associate-cca/module/7d8b3ee7-bf76-4895-804e-ed083146ca1a/lesson/b047d8de-fcfd-41c9-9f0f-45fcc59bcd89" />
</CardGroup>
