Hey guys!

I have recently joined the selfhosting world after many years of thinking about it. Currently running casaOS with an assortment of containers. Mainly use nextcloud, paperlessNGX, and general file storage.

I am thinking of creating a proxmox cluster. Just wanted to ask for those who do. Is it worth it? And what services are you guys running?

I was thinking of using it for NAS, and a window VM and run other random things that I don’t know yet.

Looking into grabbing some Lenovo M715q. Found a decent deal.

Thank you all in advance.

  • andrewA
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    Fwiw as an SRE specialized in infrastructure for large companies, the primary limits of containers are not about resources, they’re about isolation. It’s hard to beat CPU hardware virtualization (VMs) for proper isolation with decent performance, but for maximizing resource utilization, containers are actually better if you aren’t running untrusted code like a cloud provider. Which is why companies like Google use them at their scale. And in fact, at least for long enough for it to end up in books, ran their VMs through their container orchestration tools. Virtualization has a penalty because you’re running multiple kernels and switching back and forth etc.