このページは、まだ日本語ではご利用いただけません。翻訳中です。
旧バージョンのドキュメントを参照しています。 最新のドキュメントはこちらをご参照ください。
Gateway API Support
The Kong Ingress Controller supports the following resources and features in the Gateway API. By default:
- Core features are supported. If a core feature is not supported in any
of the released versions yet, it will be listed in Unsupportedsection.
- Extended features are not supported. If an extended feature is supported in any of the released versions, it will be listed in the section of the first version that support the feature.
Gateways and GatewayClasses
v2.2.x
- Supported v1alpha2version of Gateways and GatewayClasses.
v2.5.x
- Added support for TLSConfigsection to load certificates for HTTPRoutes and TLSRoutes attached to the Gateway.
v2.6.x
- Supported v1beta1version of Gateways and GatewayClasses, and removed support ofv1alpha2version of Gateways and GatewayClasses.
Unsupported
HTTP Routes
v2.2.x
- Supported v1alpha2version of HTTPRoute.
- Supported extended feature: supported methodin route matches.
v2.4.x
- Supported weights of BackendRefs. MultipleBackendRefswith a round-robin load-balancing strategy is applied by default across the Endpoints or the Services. Configuring weights ofBackendRefscan allow you to fine-tune the load-balancing between those backend services.
v2.6.x
- Supported v1beta1version of HTTPRoute and removed support ofv1alpha2version of HTTPRoute.
Unsupported
- Does not support queryParamin route matches.
- Does not support requestRedirectin filters.
- HTTPRoutes cannot be bound to a specific port using a ParentReference. Kong serves all HTTP routes on all HTTP listeners.
TCP Routes
v2.4.x
- Supported v1alpha2of TCPRoute.
- Added support for multiple, weighted BackendRefentities.
UDP Routes
v2.4.x
- Supported v1alpha2of UDPRoute.
- Added support for multiple, weighted BackendRefentities.
Unsupported
- Does not support GEP-957 port matching.
TLS Routes
v2.4.x
- Supported v1alpha2of TLSRoute.
GRPC Routes
v2.9.x
- Supported v1alpha2of GRPCRoute.
Reference Grants and Reference Policies
v2.4.x
- Supported v1alpha2version of ReferencePolicy to allow routes to reference backends in other namespaces inBackendRefs.
v2.6.x
- Supported v1alpha2version of ReferenceGrant and removed support of ReferencePolicy.
v2.9.x
- Supported v1beta1version of ReferenceGrant, and removed support ofv1alpha2version ReferenceGrant.
