Traffic splitting feature with Ingress #11992
Unanswered
tanzeemzillu
asked this question in
Help
Replies: 2 comments 1 reply
-
It appears you're using Traefik v1. If so, have you injected the ingress controller in |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hey! You might have something similar with Traefik :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello all,
I am working on traffic splitting. Whereas it is working fine in general, it is not working when I am sending request via ingress.
In my use case, I have two service called service-ui and service-ui-bg and I want to split the traffic between these two. I defined a HTTPRoute policy which looks like the below
If I generate some load from another pod which is also meshed by running the command curl -I http://service-ui:8000/ then I see this is working fine
But when I am sending http request via ingress by running
curl -I https://tanzeem-test-az.cognigy.ai/
then I see splitting is not working. My ingress definition looks like belowJust so you know, I am using Traefik as ingress controller and Traefik is meshed. What am I missing here? I would greatly appreciate any help.
Beta Was this translation helpful? Give feedback.
All reactions