structure change commit.

This commit is contained in:
zeroornull
2025-03-20 19:51:00 +08:00
parent 8749db5e0a
commit f1767c027f
17 changed files with 4039 additions and 2261 deletions

View File

@@ -0,0 +1,30 @@
---
# 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的架构