Frequently Asked Questions (FAQ)¶
How can I get involved with AWS Gateway API Controller?
We welcome general feedback, questions, feature requests, or bug reports by creating a Github issue.
Where can I find AWS Gateway API Controller releases?
AWS Gateway API Controller releases are tags of the Github repository. The Github releases page shows all the releases.
Which EKS CNI versions are supported?
Your AWS VPC CNI must be v1.8.0 or later to work with VPC Lattice.
Which versions of Gateway API are supported?
AWS Gateway API Controller supports Gateway API CRD bundle versions v1.1
or greater. Not all features of Gateway API are supported - for detailed features and limitation, please refer to individual API references. Please note that users are required to install Gateway API CRDs themselves as these are no longer bundled as of release v1.1.0
. The latest Gateway API CRDs are available here. Please follow this installation process.
How do health checks work in multi-cluster deployments?
In multi-cluster deployments, when you apply a TargetGroupPolicy to a ServiceExport, the health check configuration is automatically propagated to all target groups across all clusters that participate in the service mesh. This ensures consistent health monitoring behavior regardless of which cluster contains the route resource.