| From: | Scott Ribe <scott_ribe(at)elevated-dev(dot)com> |
|---|---|
| To: | Victor Sudakov <vas(at)sibptus(dot)ru> |
| Cc: | Pgsql-admin <pgsql-admin(at)lists(dot)postgresql(dot)org> |
| Subject: | Re: Running PostgreSQL in Kubernetes? |
| Date: | 2021-07-26 12:00:36 |
| Message-ID: | 353A1D55-3DFF-43B1-B906-147C9C511435@elevated-dev.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-admin |
> Is anyone running PostgreSQL in Kubernetes? If you do, what solution do
> you prefer?
>
> What I've tried myself:
>
> 1. Running the official postgres:12.6 images in a StatefulSet. It works
> fine but there is neither failover nor replication.
>
> 2. Zalando's postgres-operator. Replication and failover work out of the
> box, but the documentation is not the best. Things like wal-g backup and
> PITR are probably possible, but you need to be an egghead to figure out
> how to make them work. Why, I cannot even figure out how to add a
> team after installing the postgres-operator from the official Helm repo.
>
> I'd be especially grateful if you shared your own personal experience
> with Kubernetes and PostgreSQL.
We're using CrunchyData's operator, which in turn uses Patroni & pgbackrest...
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Vijaykumar Jain | 2021-07-26 16:05:24 | Re: pglogical question |
| Previous Message | Victor Sudakov | 2021-07-26 10:36:22 | Running PostgreSQL in Kubernetes? |