--- # dir: # text: Java全栈面试 # icon: laptop-code # collapsible: true # expanded: true # link: true # index: true title: Service Mesh index: true headerDepth: 3 # icon: laptop-code # sidebar: true # toc: true # editLink: false --- ### 14.3 Service Mesh #### 什么是Service Mesh(服务网格)? Service Mesh是专用的基础设施层,轻量级高性能网络代理。提供安全的、快速的、可靠地服务间通讯,与实际应用部署一起,但对应用透明。 为了帮助理解, 下图展示了服务网格的典型边车部署方式: https://www.jianshu.com/p/cc5b54ad8d5f #### 什么是Istio? #### Istio的架构?