I have deployed a gRPC component in my App and it is available internally. Does it support load balancing if I scale it?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hello @mohamedsaleemvh
I believe this question was asked before in our community which you can check here:
https://www.digitalocean.com/community/questions/how-can-i-deploy-the-grpc-server-to-app-platform-and-open-port-50051
App Platform only supports HTTP traffic so running a gRPC service that’s publicly available will not work.
It is possible to run a gRPC service internally that is accessible by components within your app using internal service ports.
Hope that this helps!