Skip to content

Home Lab

Notes from my learning sessions

Menu
Menu

Tag: HAProxy

Rabbit MQ Cluster + HAProxy + Keepalived

Posted on April 13, 2025May 4, 2025 by sandeep

I observed some challenges in my tests when using RMQ version 4, downloading the required packages from specific repos. I decided to go with Rabbitmq 3.10.  I launched 3  Debian 12 VMs, as packages are maintained as part of the distro. All the VMs have 3 NICs bridged to physical host NICs dedicated to specific…

Read more

Highly available, Load balanced MariaDB cluster using Galera, HAProxy and Keepalived

Posted on December 13, 2019 by sandeep

Bring up 5 Vms and in each VM update /etc/hosts with following entries (to match requirements) 10.1.1.5 db1 10.1.1.6 db2 10.1.1.7 db3 10.1.1.10 haproxy1 10.1.1.11 haproxy2 Install mariadb in db1, db2 and db3. Install net-tools also, netstat would be handy for some checks. Stop mariadb service. apt install mariadb-server net-tools service mariadb stop Edit /etc/mysql/mariadb.conf.d/50-server.cnf…

Read more

Recent Posts

  • Ceph + KVM: 4. Orchestrating Ceph RBD backed VMs on KVM Hosts
  • Rabbit MQ Cluster + HAProxy + Keepalived
  • Install and configure MariaDB / Galera cluster
  • Ceph + KVM : 3. Installing KVM, cutsomized monitoring scripts
  • Ceph + KVM : 5. Service checks and CLI commands
  • Ceph + KVM : 2. Installation – Ceph Storage
  • Ceph + KVM : 1. Planning and preparing for Ceph Storage
  • Openstack Xena on Ubuntu 20.04 – Cinder
  • Preparing custom Debian 11 MATE image
  • Setup Ubuntu 20.04 repository mirror server

Archives

  • April 2025
  • March 2025
  • October 2024
  • September 2024
  • April 2022
  • March 2022
  • February 2022
  • December 2021
  • October 2021
  • September 2021
  • October 2020
  • February 2020
  • January 2020
  • December 2019
© 2025 Home Lab | Powered by Minimalist Blog WordPress Theme