Istio Service Mesh
Istio Service Mesh
📖 定义
Istio is an open-source service mesh platform providing capabilities such as traffic management, security, and observability. It consists of a control plane (istiod) and a data plane (Envoy proxies), making it the preferred solution for enterprise-grade service meshes.
🔗 在 Higress 中的应用
Higress is built on Istio and Envoy, reusing Istio's control plane capabilities while being deeply optimized and enhanced for gateway scenarios.
💡 示例
- 1 Istio VirtualService defines traffic routing rules
- 2 Istio supports automatic mTLS encryption for inter-service communication
- 3 Kiali provides a visual management interface for Istio
🔄 相关术语
❓ 常见问题
Istio Service Mesh 是什么?
Istio is an open-source service mesh platform providing capabilities such as traffic management, security, and observability. It consists of a control plane (istiod) and a data plane (Envoy proxies), making it the preferred solution for enterprise-grade service meshes.
Higress 如何支持 Istio Service Mesh?
Higress is built on Istio and Envoy, reusing Istio's control plane capabilities while being deeply optimized and enhanced for gateway scenarios.
深入了解 Higress
探索更多 Higress 的功能和最佳实践