apecloud / kubeblocks

KubeBlocks is an open-source control plane software that runs and manages databases, message queues and other stateful applications on K8s.
https://kubeblocks.io
GNU Affero General Public License v3.0
2.11k stars 172 forks source link

[Features] Support official postgresql without patroni #4901

Closed kizuna-lek closed 1 year ago

kizuna-lek commented 1 year ago

What is the user interaction of your feature support official postgresql without patroni

Describe the solution you'd like add helm chart for official pg

ldming commented 1 year ago

Why support official postgresql without patroni? Does the current supported PostgreSQL not meet the requirements?

kizuna-lek commented 1 year ago

Why support official postgresql without patroni? Does the current supported PostgreSQL not meet the requirements?

Current pg has meet the requirements, but we also want to support our own HA components with the official pg image, which will become an optional feature.