Kubernetes Gateway API
Kubernetes Gateway API
📖 定义
Gateway API is Kubernetes' next-generation gateway standard, providing richer routing capabilities and clearer role separation compared to Ingress. It supports various protocols such as HTTP, TCP, and gRPC, and is the evolution direction of Ingress.
🔗 在 Higress 中的应用
Higress fully supports the Gateway API standard, providing implementations of resources such as GatewayClass, Gateway, and HTTPRoute, supporting advanced traffic management features.
💡 示例
- 1 HTTPRoute defines routing rules for HTTP requests
- 2 Gateway resources configure listening ports and protocols
- 3 Gateway API supports request header matching and rewriting
🔄 相关术语
❓ 常见问题
Kubernetes Gateway API 是什么?
Gateway API is Kubernetes' next-generation gateway standard, providing richer routing capabilities and clearer role separation compared to Ingress. It supports various protocols such as HTTP, TCP, and gRPC, and is the evolution direction of Ingress.
Higress 如何支持 Kubernetes Gateway API?
Higress fully supports the Gateway API standard, providing implementations of resources such as GatewayClass, Gateway, and HTTPRoute, supporting advanced traffic management features.
深入了解 Higress
探索更多 Higress 的功能和最佳实践