Comment on Selfhosted virtualisation learning kit
RotaryKeyboard@lemmy.ninja 1 year agoI can do better than that: here are a couple of videos from LearnLinuxTV’s Proxmox Course.
You should be able to watch them and get the overview you’re looking for. But really, this whole course is excellent from start to finish. I watched it before I ever touched Proxmox, and I’m glad I did. It was instrumental in helping me choose Proxmox as my hypervisor and gave me a great idea of what hardware I wanted to use and how I wanted to use it.
Shdwdrgn@mander.xyz 1 year ago
OK cool, so I watched #15 and did a little reading on clustering under kvm, and it seems to be fairly similar to the way I’m doing things now. There are some differences in how the cluster is accessed, but basically it’s a set of VMs using shared storage and all machines run the same image for their functionality. I seem to recall some things like proxmox provide a tool to upgrade all machines identically… There’s probably other tools to do that but I don’t have a lot of machines so the only real issue has been in remembering to do full version updates.
Voroxpete@sh.itjust.works 1 year ago
If you’re trying to keep version updates on sync across lots of machines you might want to look into Ansible.
Shdwdrgn@mander.xyz 1 year ago
Thanks, I’ll check it out!