Traffic Split based on number of requests #7879
-
Is there any way to split the traffic based on the number of requests?
|
Beta Was this translation helpful? Give feedback.
Answered by
kleimkuhler
Feb 15, 2022
Replies: 1 comment 1 reply
-
@cham-d There is not currently a way to use TrafficSplits based off of the number of requests. The closest you'll get is having a rough idea of the total number of requests the apex service is receiving and adjust the weights based off that. There could be an operator that watches this and adjusts the weights dynamically—similar to how Linkerd's failover feature will be implemented—but this is not currently implemented to my knowledge. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
cham-d
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@cham-d There is not currently a way to use TrafficSplits based off of the number of requests. The closest you'll get is having a rough idea of the total number of requests the apex service is receiving and adjust the weights based off that.
There could be an operator that watches this and adjusts the weights dynamically—similar to how Linkerd's failover feature will be implemented—but this is not currently implemented to my knowledge.