Highly Available Postgres on Kubernetes

From: Venkat Pathi <jvp1899(at)gmail(dot)com>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Highly Available Postgres on Kubernetes
Date: 2021-06-21 23:11:52
Message-ID: CAHBLy68zK9jkwYcwVU=UOrB2ysbhdWDYbBGTPVdb6NUMHNHF=A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello Users,

Our application is in Kubernetes and currently, Standalone Postgres Pod is
deployed without HA.
I am tasked to implement a solution for Postgres HA on kubernetes.
I was wondering, what is the most popular and active solution out there
which provides HA for Postgres on Kubernetes with ease of use and
maintenance(updates, upgrades)

I came across a few possible solutions

1. Patroni
2. CrunchyData-Postgres Operator
3. KubeDB
4. Stolon
5. Bitnami Postgres HA helm chart

Not sure which one to go with, any inputs are much appreciated

Thanks,
Venkat

Browse pgsql-general by date

  From Date Subject
Next Message Jerry Levan 2021-06-22 00:44:16 Psql wants to use IP6 when connecting to self using tcp...
Previous Message Ron 2021-06-21 21:05:22 Re: How to automatically delete idle client connections?