Welcome to the Cilium Certified Associate course. I’m Sanjeev — in this lesson I’ll walk you through the practical skills required to operate Cilium in production Kubernetes environments with confidence. Cilium is a leading Kubernetes networking and security project powered by eBPF and used by organizations such as Adobe, Google, and Datadog. Many managed Kubernetes offerings support Cilium (for example, AWS EKS and GKE — Google Kubernetes Engine), and companies like GitHub use it to enhance security and observability. This course follows a learn-by-doing approach: concepts are introduced, then immediately reinforced with hands-on labs where you can experiment, troubleshoot, and validate real-world scenarios. What you’ll learn (high level)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.
- Kubernetes networking fundamentals and where Cilium fits into the stack.
- Cilium architecture and the role of eBPF in modern networking and security.
- Installation and lifecycle management with CLI and Helm.
- Core networking: IPAM modes, routing, kube-proxyless operation, and internal traffic flow.
- Advanced security with Cilium Network Policies (CNPs) beyond standard Kubernetes NetworkPolicies.
- Service mesh capabilities, integration with Ingress and the Gateway API, and TLS/encryption patterns.
- Multi-cluster connectivity using Cluster Mesh — global services and cross-cluster policies.
- Observability and troubleshooting with Hubble, Prometheus, and Grafana.
- Advanced topics: egress gateways, LoadBalancer IPAM, and BGP integration.
- Mock exams to measure readiness for certification.

| Module | Key Topics | Hands-on Labs |
|---|---|---|
| Fundamentals | Kubernetes networking basics, eBPF, Cilium architecture | Explore packet flow and Cilium components |
| Installation & Upgrades | CLI vs. Helm installs, Helm values, validation | Install Cilium; perform an upgrade and health checks |
| Networking | IPAM choices, routing modes, kube-proxyless, services | Test pod-to-pod and service traffic flows |
| Network Security | Kubernetes NetworkPolicy vs. Cilium NetworkPolicy | Create and troubleshoot Cilium policies |
| Service Mesh & Gateway | Cilium as mesh dataplane, Gateway API, TLS | Deploy ingress, enforce policies, configure TLS |
| Multi-cluster | Cluster Mesh, global services, cross-cluster policies | Configure Cluster Mesh and verify connectivity |
| Observability | Hubble flows, Prometheus metrics, Grafana dashboards | Trace flows, build dashboards, debug issues |
| Advanced Topics | Egress gateways, LoadBalancer IPAM, BGP | Configure advanced routing and IPAM scenarios |
| Exam Prep | Mock exams and practical checks | Take timed practice exams |


- Cilium documentation
- eBPF overview
- Hubble (Cilium observability)
- Prometheus
- Grafana
- Gateway API
- Kubernetes Concepts
This course emphasizes hands-on labs. Make sure you have a suitable Kubernetes environment available (local kind/minikube, cloud cluster, or sandbox) to complete the exercises.