Open stephanosio opened 1 year ago
Re: Deployment options
There are many different ways to deploy a PostgreSQL cluster onto Kubernetes: custom manifest using containerised PostgreSQL installation, Helm chart, Kubernetes operator, ...).
In order to reduce the maintenance overhead and to ensure that our deployment follows the widely accepted best practices, the "Kubernetes operator" option should be used if available and feasible.
There seem to be quite a few different Kubernetes operator implementations available for PostgreSQL; but, none of them are from the official PostgreSQL project.
TODO: Evaluate and list PostgreSQL Kubernetes operator candidates.
Deploy a PostgreSQL cluster on Kubernetes with replication enabled.