You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"It manages fail-over: if a Primary PostgreSql crashes, it automatically promotes a Replica PostgreSql as a Primary."
How is this feature tested? Is it rock solid?
Is it possible to disable this feature?
Due to the fact that kubernetes network is virtualized, it should work 100%, in bare-metal scenarios switch / hardware outages can lead to split-brain scenario. This should be re-verified on kubernetes.
The text was updated successfully, but these errors were encountered:
It was rock tested however, as you pointed out Kubernetes network can be unstable on some cloud provider leading to Kubernetes reporting that an instance of Postgres is not healthy. When this happens, Kubegres might trigger a failover.
But the failover itself was rock tested.
"It manages fail-over: if a Primary PostgreSql crashes, it automatically promotes a Replica PostgreSql as a Primary."
The text was updated successfully, but these errors were encountered: