If you are interested in trying out Gloo Gateway with the Kubernetes Gateway API, check out Solo Enterprise for kgateway. This version adds enterprise functionality on top of the kgateway open source project.
Route delegation overview
Delegate routing decisions to another HTTPRoute resource.
Basic example
Set up basic route delegation between a parent and two child HTTPRoute resources.
Delegation via labels
Use labels to delegate traffic from a parent HTTPRoute to different child HTTPRoutes.
Multiple parents
Set up route delegation for a child HTTPRoute resource that can receive traffic from one or more …
Multi-level delegation
Create a 3-level route delegation hierarchy with a parent, child, and grandchild HTTPRoute resource.
Header and query match
Use header and query matchers in a route delegation setup.
Policy inheritance
Learn how policy inheritance works in a route delegation setup.
Policy overrides
Explore how to override policies along the delegation chain with annotations.