kube/postgres-clusters
2024-06-03 09:34:50 +03:00
..
dedicated.yaml Clean up operatorlib related stuff 2023-08-16 10:39:20 +03:00
pgweb.yaml Clean up operatorlib related stuff 2023-08-16 10:39:20 +03:00
README.md docs update 2024-06-03 09:34:50 +03:00
shared.yaml Clean up operatorlib related stuff 2023-08-16 10:39:20 +03:00
storageclass.yaml Clean up operatorlib related stuff 2023-08-16 10:39:20 +03:00

Postgres clusters

This is a shared DB cluster, all postgres instances run in a dedicated namespace.

Clusters managed by operator-bundle. For more details check https://cloudnative-pg.io/

Use https://pgweb.k-space.ee/ to test access to your DB.

Namespace

postgres-clusters

Example of commands

kubectl create namespace postgres-clusters
kubectl apply -n postgres-clusters -f application.yaml