Replies: 1 comment 1 reply
-
It sounds like what you are missing is rewriting the If anyone else has any thoughts on possible solutions here, please chime in! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have a prod env(cluster-a) where we have a service running which is exposed to the public via HTTPProxy
now we wanna mirror the traffic from example.com to another service running in another cluster lets call it cluster-b.
Added an externalname service to point event-serv2 service of cluster-b in cluster-a.
And then added the mirroring rule in httpproxy config
event-serv2 is throwing 404 as per the grafana graph and event-serv is serving 200 as before, the problem I'm seeing in that in cluster-b for service example-stage-testing.com, the host or fqdn is different ie it is example-stage-testing.com and not example.com, i believe its cause of it, its being throwing 404. Well I maybe wrong with whole concept of mirroring using contour, please advice how to proceed to achieve mirroring in the above scenario.
Thank You !
Beta Was this translation helpful? Give feedback.
All reactions