Add keepalived to cluster

Add keepalived for the Kubernetes cluster
Set VIP to 10.42.5.1
Set *.cluster DNS resolution to this IP address
But do not move existing *.kubernetes targets, yet, as there is a need
to ensure that subnet routers are properly configured
This commit is contained in:
Greg Hellings
2025-07-02 23:07:08 -05:00
parent 6c4cc2cd30
commit 9940e89d2e
5 changed files with 74 additions and 18 deletions
+5 -1
View File
@@ -75,7 +75,11 @@ in
greg = {
home = true;
kubernetes.enable = true;
kubernetes = {
enable = true;
vipInterface = "br0";
priority = 254;
};
tailscale.enable = true;
remote-builder.enable = true;
};