Skip to content

Adoption & Ecosystem

Who uses it

The named adopters below are cited from Linkerd's own adopters page (source 7), the in-repo ADOPTERS.md (source 8), and a 2025 case study (source 14). The list is large, so this is a sample, not the full set.

OrganisationUse caseSource
AdidasProduction service mesh on KubernetesADOPTERS.md
AT&TProduction adopterADOPTERS.md
DockerProduction adopterADOPTERS.md
Xbox Cloud GamingCase study on Linkerd's adopters pageAdopters
NordstromCase study on Linkerd's adopters pageAdopters
DB Schenker AGCase study on Linkerd's adopters pageAdopters
Imagine LearningReported over 80% compute reduction and a 97% drop in mesh-related CVEs in 2024InfoQ
H-E-BReference customer cited in the CNCF graduation announcementCNCF

Adoption signals

Measured on the linkerd/linkerd2 repository on 2026-06-22 (source 5): about 11,421 GitHub stars, 1,354 forks, and 214 open issues. The repository was created on 2017-12-04 and its primary language is Go. The GitHub contributors API lists roughly 377 contributors. CNCF reported that Linkerd grew 118% in Europe and North America in 2021, surpassing Istio adoption in those regions (source 9).

Ecosystem

Linkerd integrates with the Kubernetes Gateway API and with Prometheus and Grafana for metrics through its viz extension (source 12). It installs via the linkerd CLI or via the linkerd-crds and linkerd-control-plane Helm charts, and is commonly delivered through Flux or Argo for GitOps. Buoyant offers the commercial Buoyant Enterprise for Linkerd distribution and the Buoyant Cloud management plane. A third-party security audit was conducted in 2024 and published in 2025 (source 10).

Alternatives

Linkerd's defining difference is its data plane: a purpose-built Rust micro-proxy (linkerd2-proxy) rather than Envoy, aimed at low latency, low memory, and memory safety, with mTLS on by default and CLI-driven operation (sources 12, 13).

AlternativeDiffers by
IstioUses Envoy (C++) as the data plane and has the broadest feature set; heavier to operate. Recent ambient mode (ztunnel plus waypoint) moves away from per-pod sidecars (source 12).
Cilium Service MeshProcesses traffic in the kernel with eBPF and avoids sidecars in many cases; runs Envoy per node for L7 (source 12).
Consul ConnectHashiCorp's mesh, with multi-platform (non-Kubernetes) reach (source 12).
Kuma / Kong MeshEnvoy-based mesh from the Kong ecosystem (source 12).

Sources