For my setup, I chose to deploy the MariaDB Galera Cluster and RabbitMQ Cluster on dedicated VMs instead of running them within the Kubernetes cluster. A few key considerations drove this decision: I opted for MariaDB version 11.8 due to its support for Vector DB integration. Launch 3 Debian 12 VMs (8 vCPU, 32 G…
Tag: performance
Ceph + KVM : 2. Installation – Ceph Storage
Previous: Planning / Preparing servers Next: Installing KVM The plan is to use 10.0.4.0/24 for the public network and 10.0.5.0/24 for the cluster network. As part of planning/preparing server /etc/hosts was…