Terminology Index
Glossary
2953 terms
Linkerd
A lightweight service mesh for Kubernetes that secures and manages communication between microservices, providing automatic mutual TLS and observability with a focus on simplicity and low overhead.
Linkerd is a service mesh, like Istio, that adds security and observability to microservice communication by running sidecar proxies, automatically encrypting service-to-service traffic with mutual TLS and surfacing metrics. It is known for being lighter-weight and simpler than some alternatives. For cloud-native security it provides zero-trust-style encryption and visibility inside the cluster with minimal configuration, helping protect east-west traffic between services.
Introduced in: Cloud-Native Security
Examples
- Automatically encrypting service-to-service traffic with Linkerd's mTLS.
- Gaining observability into microservice communication via the mesh.
- Choosing Linkerd for a lighter-weight service mesh than Istio.
Related
