Which k8s ingress controller is "blessed" by gRPC community?
35 views
Skip to first unread message
nathan...@gmail.com
unread,
Apr 30, 2019, 5:54:01 PM4/30/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to grpc.io
Hello,
I've been using the Kubernetes nginx-ingress controller for exposing my gRPC servers with clients outside the cluster. However, I have had a somewhat disappointing experience using the nginx-ingress and have filed these issues accordingly:
There are several options other than the nginx. For developers running gRPC servers on Kubernetes, what have you found is the best ingress controller solution for your applications?
Carl Mastrangelo
unread,
May 2, 2019, 1:16:48 PM5/2/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to grpc.io
I haven't personally run with it, but there is active development from Google on Envoy, so it typically has good support. Any of those with Envoy support would be what I would look at first. (again, taking into account my inexperience).