1. 程式人生 > >Ask HN: What API Gateway do you use for your GRPC services?

Ask HN: What API Gateway do you use for your GRPC services?

A bit of context. I'm writing GRPC serivces that run on container. I want to implement access rules and security on those services without repeating code in each of them. API gateway seems to be the key component I need. The communication between the gateway and services are not secured (h2c). I try some of well known proxy/API gateway but they fail to communicate in h2c. So many questions here: - Does API Gateway is what I need? - Do you know any API Gateway that supports h2c? - How will have you implemented security access rules and quotas for GRPC serivces ?