Keepalived
Keepalived is an open-source software project that provides high availability for network services by coordinating virtual IP addresses and load balancing on Linux systems. It works with Linux Virtual Server (LVS) to enable failover of VIPs and automated management of real servers, helping to minimize downtime in front-end services.
The core of keepalived is a daemon that reads a configuration file (keepalived.conf) to define VRRP instances,
Operationally, keepalived is often deployed in conjunction with LVS to provide a highly available frontend VIP.
Use cases include providing HA for web front ends, API services, or other front-facing components that require