I am preparing to setup a homelab cluster with three nodes. I can’t use MicroCloud, as each node only has a 1TB NVMe disk, so I am going to use local storage on each. Is using directory my only (or best) choice?
I also want to assign different subnets for VM/containers instead of letting the init
on auto
. I want to use the 100.100.0.0 one; will it work if when setting up each node in the cluster I assign a different subnet to each? For example:
- node01:
100.100.10.0/24
- node02:
100.100.20.0/24
- node03:
100.100.30.0/24
Or do all nodes in a cluster must be on the same subnet, that is, use 100.100.0.0/16
when setting up network in each of them?