Replies: 2 comments 17 replies
-
In the "Type A" scheme, the IP address can be run on one of the balancers servers and it will not necessarily be where the database leader role is, in addition, balancers can be separate servers from the database. Look carefully at the description of the scheme, there are ports for connecting to the database (5000 master, 5001 replicas). |
Beta Was this translation helpful? Give feedback.
17 replies
-
Perfect!! Officially done! Ty |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have already deployed the cluster, and it works fine, i deployed type A with load balancing.
I also added the cluster_vip thinking that with this i can access the db always using this single IP, also if a node die and the master change.
In my case the cluster_vip as been assigned to the node2 (not master) and i also see that if the node die, the vip change correctly.
Cant make
psql -U superuser -h 192.168.43.33 -d postgres
(the cluste_vip)Instead
I can make that request to the other 3 node, but not on this vip.
i'm missing something? someone already hit this situation?
Beta Was this translation helpful? Give feedback.
All reactions