使用gcloud创建全局HTTPS负载均衡器。

huangapple go评论55阅读模式
英文:

Create Global HTTPS load-balancer with gcloud

问题

我没有跟上GCP负载均衡的变化,他们引入了一种新的全局L7负载均衡器,而我习惯的那些现在被称为"经典"。

我找不到使用gcloud CLI创建这种新风格负载均衡器的方法。是否有办法做到这一点?

英文:

I haven't kept up with changes to GCP's load-balancing, and they've introduced a new kind of global L7 load-balancer, and the ones which I am used to are now termed "classic".

I am not able to find ways to create these new style of load-balancers using gcloud CLI. Is there a way to do this?

答案1

得分: 2

只是为了标记问题已回答,我将在这里发布 @John_Hanley 的回复:

将标志设置如下:

gcloud compute backend-services create --load-balancing-scheme=EXTERNAL_MANAGED

英文:

Just to mark the question answered, I will post @John_Hanley's reply here:

Set the flag like this:

gcloud gcloud compute backend-services create --load-balancing-scheme=EXTERNAL_MANAGED

huangapple
  • 本文由 发表于 2023年6月2日 02:49:10
  • 转载请务必保留本文链接:https://go.coder-hub.com/76384859.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定