Does a Galera equivalent for Postgres exist? [closed]

I've been working with Galera for a number of months and like the failover along with the redundancy. I've got a Postgres DB that is in testing and will probably move to production. Is there a Galera equivalent for Postgres? I read about "standby" DBs for Postrgres but not sure they are the same thing as Galera with regards to automatic failover/VIP.


Solution 1:

While looking for the same, I stumbled upon the very interesting stolon project, which announces itself as "PostgreSQL cloud native High Availability and more" and includes walkthroughs for setting up clusters and on Kubernetes.