Keepalived Installation On A Debian, Ubuntu, Alpine, Arch, Kali, CentOS, Fedora And Raspbian
Install keepalived
-
Debian
apt-get install keepalivedClick to copy -
Ubuntu
apt-get install keepalivedClick to copy -
Alpine OS
apk add keepalivedClick to copy -
Arch Linux
pacman -S keepalivedClick to copy -
Kali Linux
apt-get install keepalivedClick to copy -
CentOS
yum install keepalivedClick to copy -
Fedora
dnf install keepalivedClick to copy -
Raspbian
apt-get install keepalivedClick to copy
keepalived
Failover and monitoring daemon for LVS clusterskeepalived is used for monitoring real servers within a Linux Virtual Server (LVS) cluster. keepalived can be configured to remove real servers from the cluster pool if it stops responding, as well as send a notification email to make the admin aware of the service failure. In addition, keepalived implements an independent Virtual Router Redundancy Protocol (VRRPv2; see rfc2338 for additional info) framework for director failover. You need a kernel >= 2.4.28 or >= 2.6.11 for keepalived. See README.Debian for more information.
Installing keepalived command is simple. just copy one of the above commands for your operating system and paste it into terminal. This command is available for Debian, Ubuntu, Alpine, Arch, Kali, CentOS, Fedora and Raspbian operating systems. Once you run the command it will install the latest version of keepalived 2026 package in your OS.




