Commit Graph

1 Commits (dbcb932ceda354280d0ab0e6e9ce13e405d90940)

Author SHA1 Message Date
Dustin f62b11bb9d r/keepalived: Deploy keepalived
[keepalived][0] is a free implementation of the Virtual Router
Redundancy Protocol (VRRP), which is a simple method for automatically
assigning an IP address to one of several potential hosts based on
certain criteria.  It is particularly useful in conjunction with a load
balancer like HAProxy, to provide layer 3 redundancy in addition to
layer 7.  We will use it for both the reverse proxy for the public
websites and the Kubernetes API server.

[0]: https://www.keepalived.org/
2025-07-22 16:21:49 -05:00