System Overview - Linkerd overview
Linkerd is a service mesh that helps microservices communicate securely and reliably. It manages traffic between services, adds observability, and handles failures without changing application code.
Linkerd is a service mesh that helps microservices communicate securely and reliably. It manages traffic between services, adds observability, and handles failures without changing application code.
User
|
v
Load Balancer
|
v
+-------------------+ +-------------------+
| Service A Pod |<----->| Service B Pod |
| (Linkerd Proxy) | | (Linkerd Proxy) |
+-------------------+ +-------------------+
| |
v v
Linkerd Control Plane (Service Discovery, Policy, Telemetry)
|
v
Kubernetes API Server