Overview minikube implements Kubernetes highly available cluster topology using stacked control plane nodes with colocated etcd nodes using kube-vip in ARP mode. This tutorial will show you how to start and explore a multi-control plane - HA cluster on minikube. Prerequisites minikube > v1.32.0 kubectl Optional ip_vs kernel modules: ip_vs, ip_vs_rr and nf_conntrack rationale: kube-vip supports the control-plane load-balancing by distributing API requests across control-plane nodes using IPVS ...