{nixCraft Patreon supporters content}
This guide explains how to set up Redis sentinel failover cluster for caching database or any other data type in high availability node.Software and hardware requirements
Minimum three VMs running at cloud providers or bare metal servers. Always keep an ODD number of servers.- Ubuntu 20.04 or Debian 10 Linux LTS.
- Redis server with sentinel on each VM.
- HAProxy for load balancing and traffic redirection to healthy Redis node for writing or reading data.
- Keepalived for IP failover for HAProxys.
- The Redis cluster will be protected using firewall, password, and VLAN or VPC.
- Email-based alert for HAproxy and Keepalived cluster.
- Simple web-based stats for Redis.
The post How to set up Redis sentinel cluster on Ubuntu or Debian Linux appeared first on Opensource Flare✨.