Linkerd architecture
Linkerd has a dedicated layer 7 proxy that deals with HTTP and HTTP/2 for requests and responses. It can use a filter chain for these requests for success, failure, latency, and responses. A service mesh implies that you deploy one Linkerd proxy alongside a microservice. When you initiate a service call, instead of it being direct, that request is received by the Linkerd proxy and then sent to the microservice. Next, the microservice response is routed through the Linkerd proxy, which again sends that response to another microservice. The proxy sitting next to each microservice wraps the network call and collects the metrics. Service-to-service communication is secured through TLS, and all the traffic on the wire is encrypted. ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access