Planned Features for gRPC Proxy

Maxim Dounin mdounin at mdounin.ru
Sun Mar 11 23:10:57 UTC 2018


Hello!

On Fri, Mar 09, 2018 at 11:50:03AM -0500, Ian McGraw wrote:

> Hi all,
> 
> I am new to the nginx community so my apologies if this is not 
> the correct place for this kind of question. 
> 
> I see gRPC proxy is in progress for 1.13: 
> https://trac.nginx.org/nginx/roadmap 
> 
> Does anyone know if the proxy will support host/path based 
> routing for gRPC calls? I have a use case in Kubernetes where I 
> am trying to expose many gRPC microservices through a single 
> nginx ingress controller. I’m trying to find out if context 
> based routing will be supported so I can setup rules to be able 
> to proxy to different services. 

Yes, it will be possible to proxy to different backend servers 
based on normal server and location matching, much like it is 
possible with proxy_pass and fastcgi_pass.

-- 
Maxim Dounin
http://mdounin.ru/


More information about the nginx mailing list