Route requests
Control the routing and response to requests that enter or leave your service mesh with Gloo Mesh’s traffic management APIs.
To get started with configuring route table resources, check out the following guides.
-
Match incoming requests: Specify how you want to match requests that enter your service mesh in a route table.
-
Redirect or rewrite requests: Redirect or rewrite incoming requests to other hosts or paths.
-
Directly respond to requests: Directly respond to incoming requests without routing the requests to services in your service mesh.
-
Forward requests to a destination: Route incoming requests directly to a Kubernetes service within one cluster, to services across multiple clusters, or to a service external to the service mesh.
-
Delegate requests to sub-tables: Delegate requests through one main route table to other sub-tables.