How many nodes could I create on Proxmox ENV

Juliet

Member
Oct 24, 2023
55
0
6
Hi,
I want to set uo a kubernetes cluseter on a Proxmox ENV:
here's the conf :
1698166025219.png
is there a way based on this conf I could decide how many nodes I can create(including the master node and the worker nodes). ?

thnaks
 
is there a way based on this conf I could decide how many nodes I can create(including the master node and the worker nodes). ?
Depends on how much RAM you want to allocate for each VM.

What's wrong with the minimal configuration that K8s needs? Does not make sense to run more than that, because if your PVE host fails, everything fails. More nodes would be good if you have a PVE cluster with a lot of individual PVE nodes.
 
thanks for coming back.
If I understand, now I have a Proxmox ENV with 32 Go, so I can have a cluster with three nodes, 10 Go for each node.

is that will work ?