DEV Community

Discussion on: Load balancing gRPC service with Nginx

Collapse
 
jpcorry profile image
John Corry

This is so great, thank you! I am building a grpc-web client for my grpc service. This seems to imply that I can use Nginx as the proxy instead of Envoy, is that true?

Collapse
 
techschoolguru profile image
TECH SCHOOL

Hi John. I haven't tried Nginx with grpc-web yet, so I don't know if it can replace Envoy in that case or not. Some people on the internet said it works, but some said it doesn't. So I will tell you when I have time to check it carefully.

Collapse
 
jpcorry profile image
John Corry

Thanks! I would love to see some material on deploying all of this on GCP or similar. That would be a great way to round out the series!