In this blog post, I’ll guide you through setting up Keepalived for high availability on a multi-node system. Keepalived uses the VRRP (Virtual Router Redundancy…
Linux cheat sheet
In this blog post, I’ll guide you through setting up Keepalived for high availability on a multi-node system. Keepalived uses the VRRP (Virtual Router Redundancy…
Remove the current CNI configuration with : microk8s kubectl delete -f /var/snap/microk8s/current/args/cni-network/cni.yaml Edit /var/snap/microk8s/current/args/kube-proxy and update the –cluster-cidr=10.1.0.0/16 argument with the new CIDR. Restart MicroK8s with: microk8s stop microk8s…