←back to thread

Use One Big Server (2022)

(specbranch.com)
343 points antov825 | 2 comments | | HN request time: 0s | source
Show context
lewisjoe ◴[] No.45085762[source]
I helped bootstrap a company that made an enterprise automation engine. The team wanted to make the service available as SaaS for boosting sales.

They could have got the job done by hosting the service in a vps with a multi-tenant database schema. Instead, they went about learning kubernetes and drillingg deep into "cloud-native" stack. Spent a year trying to setup the perfect devops pipeline.

Not surprisingly the company went out of business within the next few years.

replies(3): >>45086051 #>>45086085 #>>45089293 #
cpursley ◴[] No.45086051[source]
Yep, this is why I'm a proponent of paas until the bill actually hurts. Just pay the heroku/render/fly tax and focus on product market fit. Or, play with servers and K8s, burning your investors money, then move on to the next gig and repeat...
replies(3): >>45086099 #>>45086107 #>>45091528 #
1. fragmede ◴[] No.45086107[source]
Yeah, same. Vercel + Neon and then if you actually have customers and actually end up paying them enough money that it becomes significant, then you can refactor and move platforms, but until you do, there are bigger fish to fry.
replies(1): >>45086956 #
2. matt-p ◴[] No.45086956[source]
100%. Making it a docker container and deploying it is literally a few hours at most.