Hacker News new | ask | show | jobs
by wtmt 2634 days ago
> It allows us to be able to pay for resource use rather than provisioning.

Not arguing against the choice, but at some level, you are paying for the provisioning costs of the cloud provider. The higher initial costs of provisioning is what you may be escaping, and instead paying on an ongoing basis (as if you’re leasing equipment and services).

Once your needs scale significantly, cloud providers would end up being quite expensive if your load is not highly variable.

2 comments

It's compatible with Knative, which is easy to set up in GKE, so you can migrate loads over to that if you want more control over your compute costs. And of course, you can run Knative outside of GKE, too.

Disclaimer: I work on GCP but have only touched Cloud Run/Knative a little bit.

> if your load is not highly variable

Most real-world loads are in fact pretty variable.