Skip to content

Adoption & Ecosystem

Who uses it

The repository's USERS.md lists 174 self-reported entries, with a stated rule that listings are for production use. The named organizations below come from that file.

OrganisationUse caseSource
GoogleGKE Dataplane V2 is built on CiliumUSERS.md
Amazon Web ServicesCloud/infrastructure provider listingUSERS.md
Alibaba CloudCloud/infrastructure provider listingUSERS.md
DigitalOceanCloud/infrastructure provider listingUSERS.md
DatadogEnd-user listingUSERS.md
AdobeEnd-user listingUSERS.md
Capital OneEnd-user listingUSERS.md
GitLabEnd-user listingUSERS.md
ByteDanceEnd-user listingUSERS.md
CanonicalVendor/end-user listingUSERS.md

Other entries in the same file include Equinix, Exoscale, Gcore, Civo, CoreWeave, Kakao, IKEA IT AB, Confluent, Elastic Path, Guidewire, Daimler Truck AG, F5, Cybozu, and Bitnami. The CNCF also tracks adoption scale separately in its Cilium Project Journey Report.

Adoption signals

From the GitHub API for cilium/cilium, observed 2026-06-22: 24,565 stars, 3,842 forks, 307 watchers, and 1,004 open issues; the repository was created on 2015-12-16 (GitHub API). Contributor count from the GitHub contributors API paginates to roughly 1,300 or more including anonymous contributors. At graduation the CNCF cited seven maintainer companies and more than 800 individual contributors (CNCF announcement).

Governance: maintainers and committers are listed in MAINTAINERS.md. The governance document and contributor ladder live in the separate cilium/community repository.

Ecosystem

Cilium spans several layers, and its surrounding tools follow. Hubble (same project) provides flow visualization on top of the eBPF datapath. Tetragon, the sibling project, adds eBPF-based runtime security and pairs with Cilium. As a platform integration, Cilium is the basis of GKE Dataplane V2 and is selectable on EKS and AKS. Within the project, features include kube-proxy replacement, BGP, WireGuard/IPsec encryption, ClusterMesh for multi-cluster networking, Gateway API and Ingress support, and an Egress Gateway (CNCF announcement, The New Stack).

Alternatives

Because Cilium spans multiple layers, the competition differs per layer. At the CNI layer the alternatives are Calico, Flannel, Weave Net, Antrea, and AWS VPC CNI. At the service-mesh layer it overlaps with Istio and Linkerd, where Cilium's pitch is a sidecar-less mesh using eBPF plus per-node Envoy (The New Stack).

AlternativeDiffers by
CalicoAlso offers an eBPF dataplane, but Cilium treats eBPF as first-class throughout
FlannelSimple overlay networking without identity-based policy or kube-proxy replacement
Weave NetOverlay networking without an eBPF datapath
AntreaOpen vSwitch-based datapath rather than eBPF
AWS VPC CNITies pods directly to VPC ENIs; no identity-based policy engine of its own
Istio / LinkerdService-mesh focused; sidecar (or per-node proxy) model versus Cilium's eBPF plus per-node Envoy