Hacker News new | ask | show | jobs
by ben_bai 3408 days ago
I don't get the whole VPS thing anyway. 5$ for playing around is great but anything that costs more is just not worth it.

60$/month for 16GB, 1CPU, 20GB disk for VPS... in comparison a root server with real remote console access, 16GB, 4 core AMD, 4TB disks, unlimited traffic costs me 30EUR/month (30$/month).

Or for 60EUR/month (60$) I could get a root server with 64GB Ram, 2x500GB SSD, i7-6700, 30TB traffic.

5 comments

I've pointed this out to people on numerous occasions, and the push-back I always get is concerns about timely provisioning if they ever need more capacity and/or new servers in case of catastrophe.

OVH et al can get you servers quickly if they have them "in stock", but supply fluctuates wildly, especially on the cheaper end.

Just being able to programmatically provision a server at a moment's notice—even in normal day-to-day (i.e. non-catastrophic) situations—is a critical tool in my toolbelt.

You can take a snapshot of a VM, you can move it to a different host, you can spin up a new instance to test a major upgrade, you can clone a cluster for a few hours of testing, you can scale up and down...

Depending on how the host configures things, VMs can be much more reliable. If I know my data is striped onto a 16-disc array, and can be live-migrated onto a different storage box in case the RAID controller goes funny without me having to care or even notice, that's more than I can reasonably set up with a $60/month server. Couple that to live migration of the VM process itself if the hardware it's running on goes wonky, and you've got a recipe for as much uptime as you want.

All this does depend on the VM host actually implementing these things properly, but they are out there.

What is your definition of a "root server" and where do you rent them? Do you mean a dedicated server? I've checked a few providers and none of them come close the costs/benefits you're listing. OVH's EG-16 (4c/8t, 16G, 2x4T) is $79/mo. 1-and-1's L4i (4c/4t, 12G, 2x1T) is $80/mo.
SoYouStart (OVH's lower tier brand) has 4c/4t 32 GB 3x120 GB SSD) for $49/mo. Or same price, same ram, 2x2TB and 8t with a slightly slower clock.
That's interesting. Thank you.

I realize that I am doing that thing where you try to rationalize your preconceived notions, but here are some high-level observations:

* Looks like there are normally setup fees associated with provisioning new servers, although they are suspended at the moment.

* Support seems next to non-existant, which I suppose is not surprising considering they're a low-cost provider.

* SSD-based servers appear to be frequently out-of-stock.

* If you need a KVM attached to your server, it is $30 for 24 hours or $200+ for a week.

* 250Mbps bandwidth (presumably in and out) cf. Linode which is 40G in and 1-10G out.

All that being said, my interest is piqued. I could see this being a good fit if 1. you have a more-or-less dedicated sysadmin, 2. need a lot of storage and/or memory and have solid sizing requirements ahead of time, and 3. cloud (VPS or otherwise) isn't an option due to cost or other facts. It could be great for running your own VM or container cluster. Thanks again for sharing!

Yes a dedicated server. Mostly german servers from Hetzner and Strato.

https://www.hetzner.de/us/hosting/produkte_rootserver/ex51ss...

You pay for the scalability. Your 4 core AMD is always a 4 core AMD unless you migrate to a new server. Your 1 core Linode can become a 20 core Linode in a few minutes, for just a few hours while you need the capacity, and then go back to being a cheap 1 core Linode.
And one server will only ever be one server. For many deployments it makes more sense to have several smaller nodes distributed between different geographical areas than one big node in one datacenter. And/or multiple nodes in a a single datacenter so you can perform rolling upgrades.
What company?
Mostly Strato and Hetzner.