Microk8s - LoadBalance master api server

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 as i expect to interact to the cluster remotely and i’d like to make sure i always reach it regardless of having a node down for any reason