Service Mesh
Service Mesh
📖 定义
Service Mesh is an infrastructure layer for inter-microservice communication, handling network communication between services through Sidecar proxies, providing capabilities such as load balancing, service discovery, encryption, and observability, separating these concerns from business code.
🔗 在 Higress 中的应用
Higress can integrate with Istio service mesh, serving as an entry gateway to route external traffic into the mesh, while also supporting traffic governance policies within the mesh.
💡 示例
- 1 Istio is the most popular service mesh implementation
- 2 Sidecar proxies intercept all inbound and outbound traffic
- 3 Service mesh provides a zero-trust security model
🔄 相关术语
❓ 常见问题
Service Mesh 是什么?
Service Mesh is an infrastructure layer for inter-microservice communication, handling network communication between services through Sidecar proxies, providing capabilities such as load balancing, service discovery, encryption, and observability, separating these concerns from business code.
Higress 如何支持 Service Mesh?
Higress can integrate with Istio service mesh, serving as an entry gateway to route external traffic into the mesh, while also supporting traffic governance policies within the mesh.
深入了解 Higress
探索更多 Higress 的功能和最佳实践