1
0
Fork 0
kubernetes/keepalived
Dustin e7ea2b0659 keepalived: Initial commit
Running `keepalived` as a DaemonSet will allow managing floating
"virtual" IP addresses for Kubernetes services with configured external
IP addresses.  The main services we want to expose outside the cluster
are _ingress-nginx_, Mosquitto, and RabbitMQ.  The `keepalived` cluster
will negotiate using the VRRF protocol to determine which node should
have each external address.  Using the process tracking feature of
`keepalived`, we can steer traffic directly to the node where the target
service is running.
2024-11-22 22:26:48 -06:00
..
keepalived.conf keepalived: Initial commit 2024-11-22 22:26:48 -06:00
keepalived.yaml keepalived: Initial commit 2024-11-22 22:26:48 -06:00
kustomization.yaml keepalived: Initial commit 2024-11-22 22:26:48 -06:00
namespace.yaml keepalived: Initial commit 2024-11-22 22:26:48 -06:00