This message was deleted.
# harvester
a
This message was deleted.
s
Hey Chris! I've been running my full homelab on a single harvester node for the last year and have been getting on nicely. I migrated off a proxmox setup. I've been trying to follow IaC and gitops practices here if you'd like to reference anything: https://github.com/ionfury/homelab As for your setup, from my experience the Ram might be a bit low. Harvester on its own sucks up a decent amount of it just with it's internal services. I think 128 or more would give you better room. As to drives, I think you should be fine with that, I'm using 512gb for vms+harvester. As for Minio, I've had success running it in a guest k8s cluster with longhorn underneath. Ofc, I'm not running anything performant on top- just a few selfhosted apps. Overall harvester still has some quirks imo but the 1.2 release has most of the features I have needed at home.
👍 2
n
Thank you very much, your GitHub shall definitely come in use.