Can Linkderd be used as a Forward Proxy with support for GRPC-WEB ? #4908
Unanswered
joe-getcouragenow
asked this question in
General
Replies: 2 comments
-
What do you actually want linkerd2 to do for you? You might be able to make the proxy work outside the context of a service mesh, but this isn't really what it's designed for Depending on your needs, you might consider looking at linkerd 1.x or Envoy, which both provide general-purpose proxies. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hey @olix0r Yep i know envoy well. I am wanting to change to Linkerd2 for performance reasons :) |
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
-
Its a double question.
Would like to run linkerd2 as ONLY a forward proxy. The GRPC Servers are written in golang, and we need to run them with linkerd2 on baremetal. So, no K8 and no docker.
Plus we need to support GRPC but also GRPC-Web being proxied by linkerd2, due to the need to allow Web based GUI interact with the system from the egde network.
I searched the Issues and code, but could not find much relating to support for GRPC-Web.
thanks !!
Beta Was this translation helpful? Give feedback.
All reactions