I’m thinking about starting a self hosting setup, and my first thought was to install k8s (k3s probably) and containerise everything.

But I see most people on here seem to recommend virtualizing everything with proxmox.

What are the benefits of using VMs/proxmox over containers/k8s?

Or really I’m more interested in the reverse, are there reasons not to just run everything with k8s as the base layer? Since it’s more relevant to my actual job, I’d lean towards ramping up on k8s unless there’s a compelling reason not to.

  • @med
    link
    English
    11 year ago

    There’s been some nasty buggery with avahi instances on containers clashing with host ones in the past

    Some programs just don’t like to run without access to parts to your system like /proc /sys and /run.

    Rather than bother with crafting bespoke permissions, non-default cgroups and elevated rights for certain containers, I’ve definitely opted for just installing a VM.

    It was always a time/functionality choice, and not one I make often - crafting the right solution is always better; but I have done it