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
@@ -35,7 +35,11 @@
};
greg = {
kubernetes.enable = true;
kubernetes = {
enable = true;
vipInterface = "enp38s0";
priority = 255;
};
tailscale.enable = true;
remote-builder.enable = true;
};