Hi,

ist it possible to run gRPC on Openshift?
As far as I understand gRPC uses HTTP/2 and the Openshift Router/Haproxy doesn't support HTTP/2 
yet. Only way I can think of to make this work is modifying the Haproxy config to use "mode 
tcp" instead of "mode http" which is the default. But the Haproxy config is 
automatically generated by the Go Binary in the Pod so this solution would probably involve a lot 
of fiddling around and end up being not very pretty.

Has anyone succeeded in getting gRPC or any HTTP/2 service to work on Openshift 
and could share his/her experience?

Regards
Karl

_______________________________________________
users mailing list
users@lists.openshift.redhat.com
http://lists.openshift.redhat.com/openshiftmm/listinfo/users

Reply via email to