How to disable linkerd at container level in a pod #12439
Answered
by
wmorgan
saikrishnakumarreddy
asked this question in
Q&A
-
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.
Answered by
wmorgan
Apr 19, 2024
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
Answer selected by
saikrishnakumarreddy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to 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.