←back to thread

Use One Big Server (2022)

(specbranch.com)
343 points antov825 | 6 comments | | HN request time: 0s | source | bottom
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. DaSHacka ◴[] No.45086099[source]
> Or, play with servers and K8s, burning your investors money, then move on to the next gig and repeat...

I mean, of the two, the PaaS route certainly burns more money, the exception being the rare shop that is so incompetent they can't even get their own infrastructure configured correctly, like in GP's situation.

There are guaranteed more shops that would be better off self-hosting and saving on their current massive cloud bills than the rare one-offs that actually save so much time using cloud services, it takes them from bankruptcy to being functional.

replies(1): >>45086136 #
2. fragmede ◴[] No.45086136[source]
> the PaaS route certainly burns more money,

Does it? Vercel is $20/month and Neon starts at $5/month. That obviously goes up as you scale up, but $25/month seems like a fairly cheap place to start to me.

(I don't work for Vercel or Neon, just a happy customer)

replies(1): >>45086717 #
3. cpursley ◴[] No.45086717[source]
Yeah, also a happy neon customer - but they can get pricy. Still prefer them over AWS. For compute, Fly is pretty competitive.
replies(1): >>45087541 #
4. theaniketmaurya ◴[] No.45087541{3}[source]
I’m using Neon too and upgraded to the scale up version today. Curious, what do you mean rhat they can get pricey?
replies(1): >>45091552 #
5. Aeolun ◴[] No.45091552{4}[source]
Like, you keep your server running for a month and you need to pay $255 pricey? I can get about 64 cores of dedicated compute for the price of a single neon compute (4c/16gb) unit.

And that’s before you factor in 500gb of storage.

replies(1): >>45091862 #
6. cpursley ◴[] No.45091862{5}[source]
And how much time are you spending babysitting all of this? What’s your upgrade, deploy and rollback story? Because I don’t have to even think about these things.