Data Plane
Data Plane
📖 定义
Data Plane is responsible for actually processing and forwarding business traffic. It executes specific operations such as routing, filtering, rate limiting, encryption/decryption based on configurations issued by the control plane.
🔗 在 Higress 中的应用
Higress' data plane is built on Envoy proxies, providing ultimate request processing performance and rich plugin extension capabilities.
💡 示例
- 1 Envoy proxies serve as the data plane in service meshes
- 2 Packet forwarding logic in routers belongs to the data plane
- 3 Higress' Envoy instances are responsible for executing Wasm plugin logic
🔄 相关术语
❓ 常见问题
Data Plane 是什么?
Data Plane is responsible for actually processing and forwarding business traffic. It executes specific operations such as routing, filtering, rate limiting, encryption/decryption based on configurations issued by the control plane.
Higress 如何支持 Data Plane?
Higress' data plane is built on Envoy proxies, providing ultimate request processing performance and rich plugin extension capabilities.
深入了解 Higress
探索更多 Higress 的功能和最佳实践