Skip to content

Commit

Permalink
Fix broken image
Browse files Browse the repository at this point in the history
  • Loading branch information
rootsongjc committed Mar 15, 2019
1 parent ff81e28 commit 9e71471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion traffic-management/sidecar-traffic-routing-deep-dive.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ category: "original"

下图展示的是 `productpage` 服务请求访问 `http://reviews.default.svc.cluster.local:9080/`,当流量进入 `reviews` 服务内部时,`reviews` 服务内部的 Envoy Sidecar 是如何做流量拦截和路由转发的。可以在 [Google Drive](https://drive.google.com/file/d/1n-h235tm8DnL_RqxTTA95rgGtrLkBsyr/view?usp=sharing) 上下载原图。

![Envoy sidecar 流量劫持与路由转发示意图](../images/envoy-sidecar-traffic-interception-20190111.png)
![Envoy sidecar 流量劫持与路由转发示意图](https://ws2.sinaimg.cn/large/006tKfTcly1g13besag8zj31c70u0qkt.jpg)

第一步开始时,`productpage` Pod 中的 Envoy sidecar 已经通过 EDS 选择出了要请求的 `reviews` 服务的一个 Pod,知晓了其 IP 地址,发送 TCP 连接请求。

Expand Down

0 comments on commit 9e71471

Please sign in to comment.