GCP- API网关 - 如何处理或配置100+云功能或云通过GCP API网关运行终点
我们使用多个云功能和多个云运行端点。 需要在一个API网关下配置全部,但是根据配额限制 - 只能添加50个API。 如果我们有50多个端点(云功能和多个云运行端点),则如何进行配置? 请建议我解决这个问题
We are using multiple cloud function and multiple cloud Run endpoints.
need to config all under one API gateway , but as per Quota limits - only 50 API can be added.
If we have more than 50 endpoints (cloud function and multiple cloud Run endpoints) , how to config that?
Please suggest me the way to solve this problem
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
另一个选择是创建多个网关。并在负载平衡器之后将所有网关放在不同的后端服务中。
这样,您可以将负载平衡器中的Trafic路由到不同的后端服务中。
这是文档
https://cloud.google.com/api-google.com/api-gateway/docs/docs/网关服务器 - 尼格
Another option is create more than one gateway. And put all the gateways after a load balancer in diferent backend services.
So that, you can route the trafic in the load balancer into diferent backend services.
Here are the docs
https://cloud.google.com/api-gateway/docs/gateway-serverless-neg