Fading Coder

One Final Commit for the Last Sprint

Understanding Keepalived: Architecture, Components, and Deployment Guide

Overview Keepalived is an open-source software solution designed to provide high availability and load balancing for Linux-based systems. The application monitors services and servers, automatically failing over when primary resources become unavailable. This capability ensures continuous service de...

Implementing High Availability with Keepalived and VRRP

Keepalived Overview Keepalived is a routing software written in C that provides load balancing and high availability capabilities for Linux systems and Linux-based infrastructures. The software achieves two primary functions: Load Balancing - Distributes network traffic across multiple servers High...

Using vrrp_script, track_script, and notify Hooks in Keepalived for Priority Control and Service Failover

vrrp_script provides health/eligibility probes that can adjust a VRRP instance’s priority at runtime. By returning a non‑zero exit code, the script can penalize priority via weight, making the local node less likely to be elected master. track_script links these checks to a specific vrrp_instance. n...