wok view keepalived/description.txt @ rev 25037

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (23 months ago)
parents
children
line source
1 The main goal of this project is to provide simple and robust facilities
2 for loadbalancing and high-availability to Linux system and Linux based
3 infrastructures. Loadbalancing framework relies on well-known and widely
4 used Linux Virtual Server (IPVS) kernel module providing Layer4 loadbalancing.
5 Keepalived implements a set of checkers to dynamically and adaptively maintain
6 and manage loadbalanced server pool according their health. On the other hand
7 high-availability is achieved by VRRP protocol. VRRP is a fundamental brick for
8 router failover. In addition, Keepalived implements a set of hooks to the VRRP
9 finite state machine providing low-level and high-speed protocol interactions.
10 In order to offer fastest network failure detection, Keepalived implements BFD
11 protocol. VRRP state transition can take into account BFD hint to drive fast
12 state transition. Keepalived frameworks can be used independently or all
13 together to provide resilient infrastructures.
15 Keepalived implementation is based on an I/O multiplexer to handle a
16 strong multi-threading framework. All the events process use this I/O
17 multiplexer.