We will be setting up a load balancer with Heartbeat and Ldirector on CentOS 6. Continue reading
Category Archives: High Availability
Setting up a Load-Balancing HAProxy Cluster with Keepalived
We will be setting up a load balancer using two main technologies to monitor cluster members and cluster services: Keepalived and HAProxy. Keepalived uses LVS to perform load balancing and failover tasks on active and passive LVS routers, while HAProxy performs load balancing and high-availability services to TCP and HTTP applications. Continue reading
Setting up a Load-Balancing LVS (Direct Routing) Cluster with Piranha
Article is heavily based on the previous one about Setting Up a Load-Balancing LVS (NAT) Cluster with Piranha, but this one aims to show how to configure an LVS cluster with direct routing rather than NAT.
Continue reading
Setting up a Load-Balancing LVS (NAT) Cluster with Piranha
Linux Virtual Server (LVS) system offers a highly-available and scalable solution for production services using specialised routing and load-balancing techniques that can be configured through the Piranha configuration tool. Continue reading