摘要: KeepAlived实现HA Cluster 配置准备: (1) 各节点时间必须同步 ntp, chrony (2) 确保iptables及selinux不会成为阻碍 (3) 各节点之间可通过主机名互相通信(对KA并非必须)建议使用/etc/hosts文件实现 (4) 各节点之间的root用户可以基 阅读全文
posted @ 2022-07-27 16:36 yuanbangchen 阅读(838) 评论(0) 推荐(0)
摘要: keepalived:基础知识 提升系统高用性的解决方案之降低MTTR 手段:冗余redundant active/passive 主备 active/active 双主 active --> HEARTBEAT --> passive active <--> HEARTBEAT <--> acti 阅读全文
posted @ 2022-07-27 15:38 yuanbangchen 阅读(72) 评论(0) 推荐(0)
摘要: 1.证书制作: [root@centos7 ~]mkdir /etc/haproxy/certs/ [root@centos7 ~]cd /etc/haproxy/certs/ [root@centos7 certs]#openssl genrsa -out haproxy.key 2048 [ro 阅读全文
posted @ 2022-07-27 15:13 yuanbangchen 阅读(253) 评论(0) 推荐(0)