Skip to content
Discussion options

You must be logged in to vote

In our production-ready example using the operator (i.e. not the bitnami chart), we set the partition handling strategy to pause_minority, so that the majority partition continues to function when the minority becomes uncontactable. In your case, that would mean that the other two Pods continue to serve traffic, and the Service that load balances across them would only redirect traffic to those two Pods.

It looks like the chart uses autoheal by default. Autoheal takes effect when a partition is recovered, rather than when it is detected, so that might explain why you're not seeing high availability using that strategy, as it's designed to aid consistency not availability.

If you prefer av…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by michaelklishin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants