首页 > 技术文章 > Service Mesh

huilei 2018-12-19 18:55 原文

概念

A service mesh is a dedicated infrastructure layer for handling service-to-service communication. It’s responsible for the reliable delivery of requests through the complex topology of services that comprise a modern, cloud native application. In practice, the service mesh is typically implemented as an array of lightweight network proxies that are deployed alongside application code, without the application needing to be aware.

 

 

ref

http://acoder2013.com/%E8%B5%B0%E8%BF%9Bservice-mesh/

 

推荐阅读