Hacker News new | ask | show | jobs
by excuses_ 1513 days ago
I had much better experience with GCP Cloud Run. Prepare a OCI/Docker image, type `gcloud run` with a few flags and you’re done. In 2021 they added a bunch of features which in my opinion make Cloud Run one of the most trivial ways of deploying containers indented for production usage.
2 comments

Simply the best cloud service from any of the three big CSP’s bar none. The day AWS supports this more out of the box on Lambda (no, I will not use your required base image or signatures) will be the day containers and serverless become one (like it is already on GCP).
Fly.io isn't one of the "three big CSP's" but they are awesome.
Prepare image…? Just let buildpacks sort it out and forget the Dockerfile ever existed.