Moving on from LE (low end) boxes, any advice?
-
@fbartels said in Moving on from LE (low end) boxes, any advice?:
Popular solutions to manage virtual machines are Proxmox and VMware ESXi.
@fbartels : do you need physical hardware in your home/office to install Proxmox ?
other applications could run in a more lightweight lxc container
LXC is underrated and good for small apps that don't justify Docker deployments (or complexity) but are still better isolated in their own container, rather than running on the host.
-
@timconsidine said in Moving on from LE (low end) boxes, any advice?
do you need physical hardware in your home/office to install Proxmox ?
It's a complete operating system that needs to be installed from an iso file. Most providers of dedicated servers have the ability to upload custom install media. I have a small nuc with a Ryzen 7 CPU for this at home. But my main services are all running as individual virtual servers at Netcup.
It's still nice to have a small windows VM, in a private network and can spin up short lived testing machines locally. Plus if there is a hardware failure at a VPs, then somebody else has pressure to fix it.
-
Hmm, I was assuming everyone would automatically suggest renting an online dedi... but some have talked about a server, or a computer, at home. Any recommendations for such a machine? Obviously not a laptop, or even a regular dekstop, or even a gaming desktop... what's a NUC?
-
@scooke unless you're running a high-performance web-server from home/office or serious number cruncher/processor, my feeling is old kit can be fine as hosts for apps. Just don't expect blazing speed.
The biggest issue with home/office deployments is the speed of the connection to internet. And reliability. And whether there are usage caps. If you're lucky enough to have reasonable speed, generous/unlimited data usage and minimal downtime, then it can work well. The issue is a decent connection can cost a lot more than the servers it is servicing.
But if your 'server farm' is principally for local use and inbound connections are not critical, maybe the connection is not a limiting factor.
As ever, it comes down to the 'use case'.
-
@scooke said in Moving on from LE (low end) boxes, any advice?:
what's a NUC?
Its a marketing term from Intel which means "Next Unit of Computing". Those are small volume computers somewhere between energy efficient and powerful. Personally I am using a "Mini PC" from Asus with an AMD cpu.
My main point however was that if you're using your own hardware (like at home for your homelab or when doing colocation), you're also more on the hook if it comes to hardware failure. While when you rent a dedicated server e.g. at Hetzner, they are the ones doing hardware replacements when e.g. a disk fails or your mainboard goes up in flames (which will also not be instant, but usually within 24 hours).
-
@robi yes that is the one. Only downside is that most "desktop" hardware is limited to 64gb of ram. For anything outside of the "homelab" sector it also has too few slots for disks (just nvme and then still enough space for a 2,5 inch ssd).
While researching I also came across a few mini pcs that had enough space for two 2,5 inch drives, but I don't have these research notes anymore.
-
@scooke said in Moving on from LE (low end) boxes, any advice?:
What was your own transition like? Did you know what to do, or did you have to prepare? For example, I'm used to paying for a VPS, then choosing which OS (Ubuntu 18 usually), and then going from there. But with a dedicated box, I am able to create my own VPSes, right? I could rent one Hetzner box with 64GB RAM and at least a TB of space and make (for example) 4 VPSes with 16GB each... but how? I'd need 4 IPv4 addresses too... where do I start learning how to do all this? Where and how did you?
BTW, you don't have to create VMs on the dedicated box, you can just run Cloudron on the bare metal if you want that's what I do