> ## 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.

# Section Introduction

> Practical guide to Cilium configuration, routing modes, kube-proxy-less performance, terminology, and packet flow for Kubernetes networking production use.

In this lesson we'll cover the essential Cilium configuration options and concepts needed to deploy and operate Cilium in Kubernetes. The goal is to give you a practical understanding of common, high-impact settings, the different routing modes Cilium offers, and how the kube-proxy-less architecture accelerates Kubernetes service handling. You'll also learn Cilium-specific terminology that appears in configuration and observability tools, and finish with a deep packet walk that traces how packets traverse nodes and the cluster network when Cilium is in use.

What you'll learn:

* Configuration options and recommended settings for production and testing
* Routing modes supported by Cilium and when to use each
* How the kube-proxy-less architecture works and why it improves performance
* Important Cilium terminology used in policies and telemetry
* A step-by-step deep packet walk (packet flow through nodes and the cluster)

<Frame>
  <img src="https://mintcdn.com/kodekloud-c4ac6d9a/3_oH8WobznU4DXye/images/Prep-Course-Cilium-Certified-Associate-CCA-Certification/Exploring-Cilium/Section-Introduction/cilium-agenda-config-routing-kubeproxyless-packetflow.jpg?fit=max&auto=format&n=3_oH8WobznU4DXye&q=85&s=15f317f0297c672a447affeb1916aeb5" alt="A presentation agenda slide with a vertical timeline of five numbered colored markers beside the word &#x22;Agenda.&#x22; The items list Cilium topics: configuration options, routing modes, kube-proxy-less architecture, terminology, and understanding packet flow." width="1280" height="720" data-path="images/Prep-Course-Cilium-Certified-Associate-CCA-Certification/Exploring-Cilium/Section-Introduction/cilium-agenda-config-routing-kubeproxyless-packetflow.jpg" />
</Frame>

<Callout icon="lightbulb" color="#1CB2FE">
  This lesson focuses on actionable, production-relevant topics. If you're preparing for Cilium-related certification or improving cluster networking performance, pay close attention to the routing modes and kube-proxy-less sections — they cover common pitfalls and optimization strategies.
</Callout>

Key topics at a glance:

| Topic                        | Why it matters                                        | Where to apply                                      |
| ---------------------------- | ----------------------------------------------------- | --------------------------------------------------- |
| Configuration options        | Affects security, performance, and observability      | Cluster bootstrapping, CI/CD, production clusters   |
| Routing modes                | Determines packet path and load-balancing behavior    | Multi-node clusters, cloud vs bare metal            |
| Kube-proxy-less architecture | Reduces latency and CPU by offloading services to BPF | High-throughput services, latency-sensitive apps    |
| Terminology                  | Understand logs, metrics, and policy rules            | Debugging, writing policies, readouts in dashboards |
| Deep packet walk             | Visualizes actual packet handling to diagnose issues  | Troubleshooting and performance tuning              |

Links and references:

* [Cilium Documentation](https://docs.cilium.io/)
* [Kubernetes Networking Concepts](https://kubernetes.io/docs/concepts/cluster-administration/networking/)
* [eBPF Overview](https://ebpf.io/)

Next, we'll dive into Cilium's configuration options, followed by routing modes and the kube-proxy-less architecture.

<CardGroup>
  <Card title="Watch Video" icon="video" cta="Learn more" href="https://learn.kodekloud.com/user/courses/cilium-certified-associate-cca/module/0807e400-fd1b-4f25-bba5-d0fdb0f4e3f2/lesson/8975df5e-e56d-4131-a91d-4780a3564123" />
</CardGroup>
