add types of load balancing and proxying

pull/207/head
Jimmy Song 2018-04-25 15:17:21 +08:00
parent 76fbfafc9c
commit bdae8eb0ab
2 changed files with 12 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 275 KiB

View File

@ -22,8 +22,17 @@ Envoy 包括如下特性:
- 服务发现
- 支持 DynamoDB L7
## 更多
Envoy 本身无法构成一个完整的 Service Mesh但是它可以作为 service mesh 中的应用间流量的代理,负责 service mesh 中的数据层。
更多信息请参考 [Envoy 官网](https://www.envoyproxy.io/)。
## 负载均衡与代理
在 Matt KleinEnvoy 的作者) 的 [Introduction to modern network load balancing and proxying](https://blog.envoyproxy.io/introduction-to-modern-network-load-balancing-and-proxying-a57f6ff80236) 文章详细描述了现代的网络负载均衡与代理的特性与模式L4 与 L7 负载均衡的区别以及 L7 负载均衡的现状,总结如下图。
![负载均衡器的特性以及拓扑类型](../images/load-balancing-and-proxing.png)
Matt Klein 是在他的文章中指出 sidecar 模式的 proxy 将取代另外三种模式而成为服务间通信的负载均衡器。
## 参考
- [Introduction to modern network load balancing and proxying](https://blog.envoyproxy.io/introduction-to-modern-network-load-balancing-and-proxying-a57f6ff80236)
- 更多信息请参考 [Envoy 官网](https://www.envoyproxy.io/)。