So I am working on upgrading my homelab setup and I have a fairly specific idea of what I’d LIKE it to do, but I’m not sure if there is an system that actually can do it.

Basically I would like to run a cluster similar to how kubernetes allows you to add and remove resources from a pool, but with the ability to run multiple docker containers, but also have an ubuntu VM, and various other flexible container like things.

I have a NAS with some arr docker containers, but as I grow the amount of containers I am more and more pushing my NAS’s little arm processor.

I want to start with a NUC or two and then be able to add more resources over time as I need but keep a persistent ubuntu VM that can scale and make use of the added resources. Same thing with the docker containers (arr applications and the like).

Does anyone know of a project that can do this? I’m an electrical/computer hardware engineer so I am computer literate but my networking skills are all self taught and only so-so, so anything helps. Thanks.

  • Spooler32@alien.topB
    link
    fedilink
    English
    arrow-up
    1
    ·
    7 months ago

    I do all of this with kubernetes. For VM workloads, I use kubevirt (which is libvirt controlled by kubernetes). It runs extremely well, is lightweight, and it’s very consistent to operate.

    At one point I had a lot more layers to this. As I became more competent and aware use the ecosystem, it all flattened into bare metal kubernetes.

  • Kltpzyxmm@alien.topB
    link
    fedilink
    English
    arrow-up
    1
    ·
    7 months ago

    I run multiple VMs across a couple proxmox hosts and have a kubernetes cluster by them. Works great, very flexible and can move pods or VMs around as needed. I don’t use ceph though but nfs rather