Linkerd 2.20, the Latest Release of the Cloud-Native Service Mesh, Arrives
Linkerd 2.20 has been released, introducing new features for the cloud-native service mesh, including enhanced performance, improved security, and expanded compatibility with Kubernetes ecosystems.
Background
Linkerd is a "service mesh" — infrastructure that handles traffic management, encryption, and monitoring for cloud-native microservices, running alongside application code so teams don't have to rewrite networking logic. It belongs to the CNCF ecosystem alongside Kubernetes (the standard container orchestrator). Major alternatives: Istio (more features, heavier) and HashiCorp Consul. Release 2.20 focuses on reducing memory usage (up to 50%) and deeper eBPF integration — eBPF is a Linux kernel technology that runs sandboxed programs for security/observability without modifying app code. This enables a "sidecar-less" mode, lowering overhead by removing the need for a proxy per pod. The update also improves support for Gateway API (a newer, more expressive Kubernetes traffic-routing standard) and adds OpenTelemetry-based access logging for centralized debugging.