Skip to content

zdc/keepalived

This branch is 2292 commits behind acassen/keepalived:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5eefc57 · Jun 12, 2019
Apr 19, 2019
Oct 1, 2009
May 7, 2018
May 24, 2019
Jan 26, 2018
May 22, 2019
Dec 24, 2017
Jun 12, 2019
Jun 4, 2019
May 8, 2019
May 8, 2019
Nov 8, 2018
Oct 20, 2017
May 7, 2018
Sep 28, 2009
Jan 30, 2019
Sep 28, 2009
Dec 24, 2017
Nov 19, 2012
May 3, 2019
Dec 24, 2017
May 25, 2019
Jan 28, 2019
Jan 6, 2019
Aug 7, 2018
May 7, 2018
May 23, 2019
Apr 2, 2019

Repository files navigation

keepalived: Loadbalancing & High-Availability

Build Status

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 VRRP protocol. 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 BFD protocol. VRRP state transition can take into account BFD hint 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.

Packages

No packages published

Languages

  • C 93.6%
  • M4 4.1%
  • Shell 0.7%
  • Makefile 0.7%
  • Python 0.4%
  • Perl 0.2%
  • Other 0.3%