GCP- API网关 - 如何处理或配置100+云功能或云通过GCP API网关运行终点

发布于 2025-01-26 00:14:13 字数 109 浏览 0 评论 0原文

我们使用多个云功能和多个云运行端点。 需要在一个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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

空‖城人不在 2025-02-02 00:14:13

另一个选择是创建多个网关。并在负载平衡器之后将所有网关放在不同的后端服务中。

这样,您可以将负载平衡器中的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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文