We are going to build a highly available Kubernetes homelab cluster with three control plane nodes and three worker nodes. Continue reading
Tag Archives: HAProxy
Configure HAProxy and Keepalived with Puppet
We’re going to use Puppet to install and configure HAProxy to load balance Apache web services. We’ll also configure Keepalived to provide failover capabilities. Continue reading
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