Hacker News new | ask | show | jobs
by bpicolo 1512 days ago
I recently spun up Google Cloud Run as an alternative. GCP has PITR for postgres.

The only weird hitch with Google Cloud Run (and their other serverless products) is you either need to either use public IPs for e.g. memory store cache or other things in your network (minus your database), or set up a VPC Access Connector [0]. Admittedly, that was easy once I realized I needed it, but was very annoying to figure out (because django's default redis socket timeout is never...).

You also don't get SSH access, as it's fully managed. K8s is still the easiest version where you get that, unfortunately.

[0]: https://cloud.google.com/vpc/docs/configure-serverless-vpc-a...