<@U026D9YKXTL> - comment from <@U02J8QS6AN7> -- LB...
# flyte-deployment
f
@rough-rose-81585 - comment from @late-pencil-3873 -- LB with gRPC https://cloud.google.com/kubernetes-engine/docs/how-to/ingress-http2 [1:31 AM] I have read somewhere that adding this annotation to a service might make it work:
Copy code
apiVersion: v1
kind: Service
metadata:
  annotations:
    <http://cloud.google.com/app-protocols|cloud.google.com/app-protocols>: '{"my-port":"HTTP2"}'
Haven’t tried though, we use Istio with its ingress gateways instead of the GCP Ingress. No problem with gRPC this way.
r
Ketan - thanks for bringing this to our attention. Not sure if we’ve tried this yet. Will take a look and report back. cc: @gifted-raincoat-59712
f
cool
g
we did try HTTP/2, but i read somewhere that it uses HTTPS to communicate back to the service
f
ya http/2 needs ssl
do you not have ssl enabled?
you can do secure mode, but no auth
g
maybe we didn’t
b
Has anyone tried this already?
f
There was an email Chain with gcp
Grpc ingress work with glb l, just healthcheck does not
169 Views