Redis Ha Topology
2020 It邦幫忙鐵人賽 系列文章 在 GKE 上部署 Redis HA (5) 使用 helm 部署 redis-ha Redis HA with sentinel Redis sentinel topology Redis HA with HAproxy Redis HA Failure Recovery Prometheus Metrics Exporter 由於我比較熟悉 GCP / GKE 的服務,這篇的操作過程都會以 GCP 平台作為範例,不過操作過程大體上是跨平台通用的。 寫文章真的是體力活,覺得我的文章還有參考價值,請左邊幫我點讚按個喜歡,右上角幫我按個追縱,底下歡迎留言討論。給我一點繼續走下去的動力。 對我的文章有興趣,歡迎到我的網站上 https://chechia.net 閱讀其他技術文章,有任何謬誤也請各方大德直接聯繫我,感激不盡。 摘要 Redis Sentinel Topology Topology Masters: M1, M2, M3, …, Mn. Slaves: R1, R2, R3, …, Rn (R stands for replica). Sentinels: S1, S2, S3, …, Sn. Clients: C1, C2, C3, …, Cn. 每個方格代表一台機器或是 VM 2 Sentinels DON’T DO THIS ...