• 2 Posts
  • 21 Comments
Joined 27 days ago
cake
Cake day: February 5th, 2025

help-circle




  • Some concerns:

    • get multiple smaller harddrives and put them into some kind of RAID / zpool with redundancy. the drives will fail.
    • there is absolutely zero reason to have a VM per service when a container will do. There are no advantages. But VMs will take significantly more resources and be harder to right-size. There is no restore/backup advantage using VMs.
    • for that reason there is also no reason to use proxmox in the first place, unless you want to learn proxmox. Truenas scale for example comes with pre-installed k3s.
    • I would get a separate hardware firewall because it makes easier to expand the network later.










  • I would put truenas on the NAS, also put a VM on truenas with 16-24G of RAM.

    Create a kubernetes or docker swarm cluster with server 1 and the nas vm and just have everything as containers. This way you just have one resource pool, and the containers will be started wherever there are enough resources available. The containers will mount NFS shares from truenas which truenas will create automatically as ZFS datasets. ZFS supports snapshots.