Replies: 5 comments 5 replies
-
I installed Contour using the documentation from here, I see Contour pods having the annotation |
Beta Was this translation helpful? Give feedback.
-
@zyzlik Contour needs to be meshed in "ingress mode" -- this is in the docs about Linkerd, but it's way up at the top of the Contour section and you might've missed it. Specifically, you need |
Beta Was this translation helpful? Give feedback.
-
Do I need to mesh anything else apart from contour pods? envoy pods maybe? |
Beta Was this translation helpful? Give feedback.
-
Great to hear that this is working! I'll update the Contour instructions on our end. And what speed are you looking at? Both Contour and Istio are ultimately using Envoy as the proxy for their ingress controllers: I haven't benchmarked Envoy against NGINX, but Envoy's pretty fast, and Linkerd won't add but a tiny amount of latency. |
Beta Was this translation helpful? Give feedback.
-
Hello!
I have a question regarding TrafficSplit and HTTPProxy working together.
I have two services
canary-atomation-stable
andcanary-automation-canary
, andTrafficSplit
object that routes traffic between them:Locally, when I query
curl http://canary-automation-stable.canary-automation.svc.cluster.local:5000
, it works as expected.However, when I add the
HTTPProxy
object and curlxxx.us-east-2.elb.amazonaws.com
, it routes the traffic only to thestable
service:Is there anything I'm missing?
Beta Was this translation helpful? Give feedback.
All reactions