K8s cluster installation on bare metal

I’m installing a HA k8s cluster on bare metal, do i need to install HA for the worker nodes beside HA for the master nodes.

my cluster consists of 3 master nodes with HAproxy serevr, 3 worker nodes, 1 nfs server, 1 private docker registry server, the cluster will have with ingress and metalLB deployment

I saw some implementations have an additional HAproxy server for the worker nodes but I couldn’t understand what’s the value of doing this.

Please advise.

No, you don’t need that. you just have to join worker nodes to the cluster.

1 Like