how to properly implement a kubernetes linkerd cluster? #9846
Unanswered
Iceforestik
asked this question in
Help
Replies: 1 comment
-
Linkerd supports sending traffic to non-meshed workloads. You can disable sidecar injection on your deployment that runs with |
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
Uh oh!
There was an error while loading. Please reload this page.
-
we have a kubernetes cluster, there is one service in it that has hostNetwork: true, I will say right away that it is necessary and not to use it. The problem is precisely in it, if you embed sidecar linkerd in all deployments, they will not be able to communicate with the service in which the hostNetwork parameter is true, that is, in the one where there is no sidecar linkerd. Is it possible to somehow teach other services to communicate with this service?
Beta Was this translation helpful? Give feedback.
All reactions