Cilium
eBPF-based networking, security, and observability platform for Kubernetes that replaces traditional networking components with kernel-level performance.
Overview
Cilium uses eBPF - a Linux kernel technology - to implement Kubernetes networking, network policy enforcement, load balancing, and observability directly in the kernel, avoiding the performance overhead of traditional iptables-based networking. It's a CNCF graduated project that's become one of the most widely adopted Kubernetes CNI (networking) plugins.
Cilium is a fit for platform teams that want high-performance networking, fine-grained network security policy, and deep network observability for Kubernetes, complementing Istio (also in this catalog) - Cilium can operate at the networking layer alone or provide service-mesh capabilities without a sidecar proxy.
- Categories
- DevOps
- Languages
- Go
- License
- Apache-2.0
Related Projects
Falco
Apache-2.0CNCF runtime security tool that detects unexpected or malicious behavior in containers and hosts as it happens, using kernel-level monitoring.
- DevOps
Linkerd
Apache-2.0Lightweight service mesh for Kubernetes focused on simplicity and low resource overhead, a genuine alternative to Istio.
- DevOps
Ansible
GPL-3.0Radically simple IT automation platform for configuration management, deployment and orchestration.
- DevOps
Argo CD
Apache-2.0The leading GitOps continuous delivery tool for Kubernetes, automatically syncing your cluster state to match what's defined in git.
- DevOps
Spotted an error? Suggest an edit on GitHub.