Ingress and Gateway API Support
This document outlines the Kubernetes Gateway API and Ingress API resources supported by the APISIX Ingress Controller. Use this as a reference to understand which resources are currently implemented.
See the configuration examples to learn when and how to use these resources.
Gateway API Support
Package
gateway.networking.k8s.io/v1
The controller supports the following Gateway API resources:
gateway.networking.k8s.io/v1beta1
Other resources, such as TCPRoute, TLSRoute, or GRPCRoute, are not currently supported.
Ingress Support
Package
networking.k8s.io/v1
The controller supports the standard Kubernetes Ingress API, including:
Basic host- and path-based routing is supported. Advanced annotations or non-standard extensions may not be implemented.