-
Notifications
You must be signed in to change notification settings - Fork 488
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Backend Object Traffic Manipulation #58
Comments
In support of knative/serving#6593 and other traffic splitting use cases (i.e. Contour, Istio, etc.). /cc @youngnick |
/kind user-story |
+1 There are two features that are require:
We should target to achieve both of these under the same umbrella feature. |
@hbagdi I updated the issue title and description based on your feedback. |
@tcnghia (for tracking) |
Note that #57 only addresses "Weight or percentage-based traffic splitting among multiple endpoints of a |
xref design doc for per target actions. |
What would you like to be added:
Support for manipulating post-routed requests among multiple backend objects:
Service
.Service
.Service
.Service
.Why is this needed:
Provide more fine grained control over forwarding routed requests to backend objects.
A good reference model is Istio's HTTPRoute.
The text was updated successfully, but these errors were encountered: