Does Google Cloud Loadbalancer support http2 for grpc?

5/5/2017

Is it possible to put multiple grpc services behind a google Cloud Loadbalancer (specifically one running inside container engine) to allow load balancing of multiple grpc backend services?

-- user3707
google-cloud-platform
grpc
kubernetes

1 Answer

10/30/2018

This is currently not supported (see: https://cloud.google.com/load-balancing/docs/backend-service#HTTP2-limitations).

Your other option is to use an L4 LoadBalancer.

-- yomateo
Source: StackOverflow