Hi for ha what you guys recommend me in terms of n...
# general
p
Hi for ha what you guys recommend me in terms of number of vms, im doing like 3 for rancher control plane, 3 for worker node. What about ha? What i need to load balance? Its on my infra its not cloud
b
3 nodes is HA.
You just need to think about where you're hosting it on. Do you have 3 hypervisor nodes? What are the other single points of failures in your own infra? Switches? Routers? ISPs?
You can do k3s and just have the CP and worker nodes combined.
That's what we do for production, but we're on bare metal, not VMs.
p
Do i. Need haproxy? Yes i got 3 diff vmware esxi
b
You might. It depends on your setup.
Do you have a load balancer? Do you want it to be available from off site?
p
Its locally my network no external at all
b
Then you can use something like kube-vip and not need a LB.
p
No i dont thats why im thinking in haproxt
b
You can always set it up anyways.
When in doubt you can always follow the docs
p
Ok but if i dont have haproxy theb if one node goes down the others wont be able to get up right? Not sure if im clear this is for a dev env to start so I can test diff scenarios
b
Are you familiar with KubeVIP?
p
It's better? No but I can use it for sure
b
"Better" is relative
Only you know what your system/user requirements are.
If you need help figuring that out, that's what the paid support is for. 🙂
p
Looks good thanks