Hi all,
I am attempting to get grpc running using managed VM on appengine. I added a http server on port 8080 and the grpc server is listening on 8443.
Is this possible to get a grpc (java application) listening on port 8443 to be loadbalanced and servicing grpc clients? What would be a good way to
deploy a grpc application, I can see kubernetes as a deployment mechanism but I am wondering if app-engine is a viable alternative.
-- Ankur Chauhan