kube/postgres-clusters/README.md

14 lines
666 B
Markdown
Raw Normal View History

2023-02-26 09:09:11 +00:00
# Postgres clusters
This is for shared Postgres clusters managed by the Codemowers' sample: [postgres-database-operator](https://github.com/codemowers/operatorlib/tree/main/samples/postgres-database-operator), which is deployed via [ArgoCD](https://argocd.k-space.ee/applications/argocd/postgres-database-operator)
2023-02-26 09:09:11 +00:00
All instances run in a dedicated namespace. Clusters managed by operator-bundle. For more details check https://cloudnative-pg.io/.
Admin access available via [pgweb.k-space.ee](https://pgweb.k-space.ee/).
Deploying manually without ArgoCD:
2023-02-26 09:09:11 +00:00
```
kubectl create namespace postgres-clusters
kubectl apply -n postgres-clusters -f application.yaml
```