Live data from Hacker News

Container-Native Multi-Cluster Global Load Balancing with Cloud Armor on GCP

blog.jetstack.io

1–10 of 58 posts

Re: Container-Native Multi-Cluster Global Load Balancing with Cloud Armor on GCP

#5
post #2

Is the title peak buzzword-era, or is there more to come?

This might be an elaborate demo for the upcoming thisblogpostdoesnotexist ML text synthesis project.

Just for fun, I used Grover to generate an article based on the headline:

> What is the cheapest way to optimize the cloud? Going globally? Using open-source cloud computing platforms? Choosing AWS in the U.S. and for the remaining countries? Choosing SaaS? Or, using AWS and establishing a global presence on the EC2 Container Manager platform?

> I know because I did all four. And I won’t do them again.

> I am not arguing that globalizing your compute resources through a community cloud is any less important than globalizing your compute resources through your enterprise cloud (though I am somewhat of a skeptic about the value of community clouds). The important point is that migrating to a global cloud requires a state-of-the-art approach to container-native load balancing, container-native load balancing on AWS, and container-native load balancing on other clouds. And you need to be prepared to pay for it.

Re: Container-Native Multi-Cluster Global Load Balancing with Cloud Armor on GCP

#6
> This means the Service must be created first, then when the corresponding NEG is created the name can be queried and added to the Terraform project.

These kind of reverse dependencies, where app level changes have to be reflected in infrastructure are source of endless bugs and headaches.

To do it right, you'd want to encode app and infra changes in the same ubiquitous tool, but "infrastructure as a code" tools such as terraform suck big times at app level deploys.

Pulumi takes steps in right direction, where it is actually not that painfull to manage everything, that is what I ended up using for very similar problem configuring GCPs load balancers for my k8s apps.

Re: Container-Native Multi-Cluster Global Load Balancing with Cloud Armor on GCP

#8
post #5
post #2

Is the title peak buzzword-era, or is there more to come?

This might be an elaborate demo for the upcoming thisblogpostdoesnotexist ML text synthesis project. Just for fun, I used Grover to generate an article based on the headline: > What is the cheapest way to optimize the cloud? Going globally? Using open-source cloud computing platforms? Choosing AWS in the U.S. and for the remaining countries? Choosing SaaS? Or, using AWS and establishing a global presence on the EC2 C…

Can you tell me a little more about Grover, is it a CLI you just pointed at a URL or a little bit more to generate that article?

Re: Container-Native Multi-Cluster Global Load Balancing with Cloud Armor on GCP

#9
post #5

Earlier quoted context omitted.

This might be an elaborate demo for the upcoming thisblogpostdoesnotexist ML text synthesis project. Just for fun, I used Grover to generate an article based on the headline: > What is the cheapest way to optimize the cloud? Going globally? Using open-source cloud computing platforms? Choosing AWS in the U.S. and for the remaining countries? Choosing SaaS? Or, using AWS and establishing a global presence on the EC2 C…

Can you tell me a little more about Grover, is it a CLI you just pointed at a URL or a little bit more to generate that article?

I have a local version of Grover and the model checkpoints, so I used a python script. But I think there's an online demo somewhere.
Post reply on HN