Skip to content

acassen/keepalived

Folders and files

NameName
Last commit message
Last commit date

Latest commit

df377c0 · Mar 28, 2025
Mar 20, 2025
Oct 1, 2009
Sep 21, 2021
Mar 27, 2025
Nov 21, 2021
Dec 19, 2024
Mar 28, 2025
Mar 28, 2025
Sep 21, 2021
Jan 27, 2025
Mar 19, 2025
Oct 5, 2024
Jul 5, 2021
Nov 25, 2021
Sep 28, 2009
Sep 28, 2009
Dec 24, 2017
Nov 19, 2012
Jan 27, 2021
Nov 8, 2024
Nov 9, 2024
Mar 28, 2025
Jan 28, 2025
Nov 22, 2023
Mar 14, 2021
Nov 22, 2021
Dec 20, 2020
May 5, 2020
Mar 23, 2025
Jun 6, 2023

Repository files navigation

keepalived: Loadbalancing & High-Availability

GitHub Sponsor Keepalived CI Coverity Status Language grade: C/C++ Total alerts keepalived Twitter Follow

The main goal of this project is to provide simple and robust facilities for loadbalancing and high-availability to Linux system and Linux based infrastructures. Loadbalancing framework relies on well-known and widely used Linux Virtual Server (IPVS) kernel module providing Layer4 loadbalancing. Keepalived implements a set of checkers to dynamically and adaptively maintain and manage loadbalanced server pool according their health. On the other hand high-availability is achieved by the Virtual Router Redundancy Protocol (VRRP). VRRP is a fundamental brick for router failover. In addition, Keepalived implements a set of hooks to the VRRP finite state machine providing low-level and high-speed protocol interactions. In order to offer fastest network failure detection, Keepalived implements the Bidirectional Forwarding Detection (BFD) protocol. VRRP state transition can take into account BFD hints to drive fast state transition. Keepalived frameworks can be used independently or all together to provide resilient infrastructures.

Keepalived implementation is based on an I/O multiplexer to handle a strong multi-threading framework. All the events process use this I/O multiplexer.

To build keepalived from the git source tree, you will need to have autoconf, automake and various libraries installed. See the INSTALL file for details of what needs to be installed and what needs to be executed before building keepalived.

Keepalived is free software, Copyright (C) Alexandre Cassen. See the file COPYING for copying conditions.

OPENSSL TOOLKIT LICENCE EXCEPTION

In addition, as the copyright holder of Keepalived, I, Alexandre Cassen, acassen@linux-vs.org, grant the following special exception:

I, Alexandre Cassen, <acassen@linux-vs.org>, explicitly allow
the compilation and distribution of the Keepalived software with
the OpenSSL Toolkit.