Kubegres is available as open source

From: Reactive Tech Limited via PostgreSQL Announce <announce-noreply(at)postgresql(dot)org>
To: PostgreSQL Announce <pgsql-announce(at)lists(dot)postgresql(dot)org>
Subject: Kubegres is available as open source
Date: 2021-04-21 21:27:02
Message-ID: 161904042285.692.17408442594135770706@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

[Kubegres](https://www.kubegres.io) is an open-source Kubernetes operator allowing to deploy a cluster of PostgreSql instances with data replication enabled out-of-the box. It brings simplicity when using PostgreSql considering how complex managing stateful-set's life-cycle and data replication could be with Kubernetes.

Kubegres has the following features:

* It creates a cluster of PostgreSql servers with data replication enabled: it creates a Primary PostgreSql pod and a number of Replica PostgreSql pods and replicates primary's database in real-time to Replica pods.

* It manages fail-over: if a Primary PostgreSql crashes, it automatically promotes a Replica PostgreSql as a Primary.

* It has a data backup option allowing to dump PostgreSql data regularly in a given volume.

* It provides a very simple YAML with properties specialised for PostgreSql.

* It is resilient, has over 55 automatized tests cases and has been running in production.

* It works with the [PostgreSql containers](https://hub.docker.com/_/postgres) created by the [Docker Official Images team](https://docs.docker.com/docker-hub/official_images/): it does not ship nor require a custom Docker image to work.

It is Open-Source and available on GitHub: [https://github.com/reactive-tech/kubegres](https://github.com/reactive-tech/kubegres)

You can find more details about how to install and use it in the [Getting started page](https://www.kubegres.io/doc/getting-started.html)

Browse pgsql-announce by date

  From Date Subject
Next Message pgAdmin Development Team via PostgreSQL Announce 2021-04-22 15:57:23 pgAdmin 4 v5.2 Released
Previous Message Pierre Forstmann via PostgreSQL Announce 2021-04-21 21:25:17 pg_log_statements 0.0.2 released