anti-affinity between leader and follower pair #1663
Replies: 1 comment
|
Hi @bilalhacks You can achieve exactly that with the built‑in master/slave anti‑affinity, but it only works when the operator webhook is enabled. If you use Helm charts:
What this annotation does: |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
i have 3 node kubernetes cluster.
i want anti affinty b/w master AND with master - slave replica.
ie,
node 1 can have leader-0 and follower-1 or follower-2. not follower-0.
similarly node 2 can have leader-1 follower-2 or follower-0. not follover-1.
how can I achive this?
All reactions