Live data from Hacker News

Ask HN: Small teams and solopreneurs, how are you hosting your apps?

news.ycombinator.com

11–20 of 55 posts

Re: Ask HN: Small teams and solopreneurs, how are you hosting your apps?

#18
So, I've found that a mix of VPS / Cloud is great for me.

I have VPSs with Ionos, they're cheap and for the rest its all over GCP, functions, scheduler, firestore, storage, CDN and Cloud run are convenient tools.

Namecheap for domains, feels reliable.

Maybe switching to Hetzner for VPS if I need bigger ones, feels reliable and good priced.

Re: Ask HN: Small teams and solopreneurs, how are you hosting your apps?

#19
Rancher k8s + Helm charts for HA services (Redis Sentinel + Patroni Postgres). Nightly snapshot backups + streaming Postgres WAL segments to S3.

I’ve never understood the k8s hate. We have been running this for a few years and it is rock solid. We can bring the entire cluster up on any provider anywhere in the world in about an hour. The DR is great.

Post reply on HN