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.
Jump into concepts and practice - no test required
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
linkerd check command verifies if Linkerd is installed and running correctly.linkerd check report if Linkerd proxies are not injected into the services?
kubectl get pods NAME READY STATUS RESTARTS AGE service-a-12345 1/1 Running 0 10m service-b-67890 1/1 Running 0 10m