mrsauravsahu / kube-homelab

A Kubernetes based homelab for everyone! ARM first supported! [WIP - expect breaking changes]
https://www.youtube.com/playlist?list=PLS1J2nE4S3DMyOwA7IPoHQV_FNsFikwC2
33 stars 3 forks source link

Spike: Setup Postgres databases with CNPG #110

Open mrsauravsahu opened 1 month ago

mrsauravsahu commented 1 month ago

Expected outcomes

Setup is easy with helm installs (tested on colima)

https://github.com/cloudnative-pg/charts/blob/main/charts/cluster/README.md#getting-started

To connect to postgres, based on docs, creates three services - which can be used to read or write sample-db-cluster-r sample-db-cluster-ro sample-db-cluster-rw

Outcomes to be implemented in

mrsauravsahu commented 1 month ago

Setup is easy with helm installs (tested on colima)

https://github.com/cloudnative-pg/charts/blob/main/charts/cluster/README.md#getting-started

mrsauravsahu commented 1 month ago

Based on docs, creates three services - which can be used to read or write sample-db-cluster-r sample-db-cluster-ro sample-db-cluster-rw

mrsauravsahu commented 1 month ago

this is split from #109