-
I was not able to find anything in the documentation. But is the Proxy Ingress Mode mtLS'd? The reason I am asking is because Ingress mode tremendously improves the performance and latency in our high scale service. However, there's no proxy sidecar injected when the ingress controller is in Ingress mode. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 4 replies
-
Can someone please help answer this? Ideally we would like mTLS with good latency. |
Beta Was this translation helpful? Give feedback.
-
@shahriak when the ingress pod is injected with the Linkerd proxy and communicates with another pod injected with the proxy (i.e. both pods are meshed), the proxies will use mTLS issued by the The docs describe how In both modes, mTLS is enabled when there are proxies on both ends of the connection |
Beta Was this translation helpful? Give feedback.
-
hi @shahriak it doesn't look like your ingress controller is injected with the linkerd proxy. It shows Can you share the YAML for the ingress controller and make sure that you've added the |
Beta Was this translation helpful? Give feedback.
-
I'm so glad you found that! I make typos like that pretty frequently, and that's a way to learn 😊 Let us know if you have any more questions |
Beta Was this translation helpful? Give feedback.
hi @shahriak it doesn't look like your ingress controller is injected with the linkerd proxy. It shows
0/100
pods meshed.Can you share the YAML for the ingress controller and make sure that you've added the
linkerd.io/inject: ingress
annotation?