Back to Glossary
Networking

What is Cilium?

eBPF-based networking, security, and observability for Kubernetes clusters.

Cilium is a CNI plugin for Kubernetes that uses eBPF (extended Berkeley Packet Filter) to implement networking, security, and observability at the Linux kernel level — without sidecar proxies. It can replace kube-proxy entirely, enforce network policies at layer 7 (HTTP, gRPC), provide mTLS between services, and expose network flow visibility through its Hubble component. Cilium is significantly more performant than iptables-based solutions.

Deep Dive Guide

cilium ebpf networking complete guide

Test your knowledge of Cilium and 130 other DevOps concepts