proxy grpc/http2 #545
-
How route grpc/http2 traffic to podsk3d version v4.2.0 Hello! Thx for k3d. It is amazing I have some trouble with route http2 traffic to pod inside cluster.
After thet traffic route to nodes (containers), as described in /etc/nginx/nginx.conf (upstream section):
As I see there's no http2 parameter in 'listen' section. I think it is the reason on issue.
I think expose NodePort is the bad solution. Any ideas of route http2 traffic to cluster via ingress controller ? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Hi @ilusharulkov, thanks for opening this issue! |
Beta Was this translation helpful? Give feedback.
-
Hello, @iwilltry42 !
My ingress conroller configuration:
|
Beta Was this translation helpful? Give feedback.
Hello, @iwilltry42 !
I forgot one important information 😳...
I use k3d with
--disable=traefik
and my ingress conroller is nginxWhen i make an grpc call to service in nginx's pod:
My ingress conroller configuration: