Tag Archives: Keepalived

Simple Linux Cluster

By | 2021-12-22

Creating a simple Linux cluster doesn’t have to be complicated. Below, I demonstrate how to do so with keepalived, named, and nginx. The clustered service will be nginx. I will use named to return virtual IPs (VIP)s when clients lookup the name of the clustered services. Keepalived will be used to manage VIP failover. Server… Read More »