将自定义域映射到 GCP API 网关

Mapping custom domain to GCP API Gateway

我已经使用 GCP API 网关设置了 api 以将 api 调用映射到多个云 运行 服务,但现在我需要指向一个自定义域到 API 网关。我看到没有像在 Cloud 运行 中那样这样做的选项,我也尝试设置指向网关 url 的 CNAME 记录,但我没有工作。

反正我可以设置网关的域名吗?

根据 documentation 相关部分的建议:

Custom domain names are not supported for API Gateway. If you want to customize the domain name, you have to create a load balancer to use your custom domain name and then direct requests to the gateway.dev domain of your deployed API.