-
Notifications
You must be signed in to change notification settings - Fork 212
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add dynamic request routing feature doc, and random cleanup (#1648)
* doc and site updates Signed-off-by: William Morgan <[email protected]> * doc and site updates Signed-off-by: William Morgan <[email protected]> * lint Signed-off-by: William Morgan <[email protected]> * lint Signed-off-by: William Morgan <[email protected]> --------- Signed-off-by: William Morgan <[email protected]> Co-authored-by: Flynn <[email protected]>
- Loading branch information
Showing
15 changed files
with
66 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
+++ | ||
title = "Dynamic Request Routing" | ||
description = "Linkerd can route individual HTTP requests based on their properties." | ||
+++ | ||
|
||
Linkerd's dynamic request routing allows you to control routing of HTTP and gRPC | ||
traffic based on properties of the request, including verb, method, query | ||
parameters, and headers. For example, you can route all requests that match | ||
a specific URL pattern to a given backend; or you can route traffic with a | ||
particular header to a different service. | ||
|
||
This is an example of _client-side policy_, i.e. ways to dynamically configure | ||
Linkerd's behavior when it is sending requests from a meshed pod. | ||
|
||
Dynamic request routing is built on Kubernetes's Gateway API types, especially | ||
[HTTPRoute](https://gateway-api.sigs.k8s.io/api-types/httproute/). | ||
|
||
This feature extends Linkerd's traffic routing capabilities beyond those of | ||
[traffic splits](../traffic-split/), which only provide percentage-based | ||
splits. | ||
|
||
## Learning more | ||
|
||
- [Guide to configuring routing policy](../../tasks/configuring-dynamic-request-routing/) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters