- Gateway API 标准:完整支持 Kubernetes Gateway API v1.0.0
- 多集群路由:支持跨集群服务发现和就近访问
- Wasm 插件:支持热更新和动态加载的 Wasm 插件生态
- 高性能:基于 Envoy,提供卓越的代理性能
- REST API:提供完整的 REST API 用于配置管理
flowchart TB
subgraph "控制平面"
Console[Higress Console<br/>管理控制台]
Pilot[Pilot Discovery<br/>服务发现与配置分发]
end
subgraph "数据平面"
Gateway[Gateway Pods<br/>代理与路由转发]
end
subgraph "插件生态"
PluginServer[Plugin Server<br/>Wasm 插件分发]
WasmPlugins[WasmPlugin CRD<br/>插件配置]
end
Console --> Pilot
Pilot --> Gateway
Gateway -->|下载插件| PluginServer
User[用户/管理员] --> Console
Ingress[Ingress 流量] --> Gateway
Gateway --> Upstream[后端服务]
style Console fill:#4a90d9,color:#fff
style Pilot fill:#5cb85c,color:#fff
style Gateway fill:#f0ad4e,color:#fff