I have setup a microk8s HA cluster with 3 nodes. Among other things I have also enabled metal lb successfully.
How should I configure the api server so that's actually LoadBalanced?
microk8s config
generates generates a different kubeconfig file for each node pointing to physical ip of the node where I ran the command on, and with different certificate and admin user password.
Ideally I'd be able to point to any of the 3 nodes via a load balancer vip.