How to disable linkerd at container level in a pod #12439
Unanswered
saikrishnakumarreddy
asked this question in
Q&A
Replies: 1 comment
-
Probably the only option is to use use skip-inbound-ports and skip-outbound-ports to bypass the proxy for the specific ports those containers use. |
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
-
How to disable linkerd at container level in a pod ? lets say i have 5 container in my pod and i want only one container to use linkerd side car proxy.
Beta Was this translation helpful? Give feedback.
All reactions