2023-02-26 09:09:11 +00:00
|
|
|
# Postgres clusters
|
2024-06-02 18:27:13 +00:00
|
|
|
This is a shared DB cluster, all postgres instances run in a dedicated namespace.
|
2023-02-26 09:09:11 +00:00
|
|
|
|
2024-06-03 06:34:50 +00:00
|
|
|
Clusters managed by operator-bundle. For more details check https://cloudnative-pg.io/
|
2024-06-02 18:27:13 +00:00
|
|
|
|
|
|
|
Use https://pgweb.k-space.ee/ to test access to your DB.
|
|
|
|
|
|
|
|
## Namespace
|
|
|
|
|
|
|
|
postgres-clusters
|
|
|
|
|
|
|
|
## Example of commands
|
2023-02-26 09:09:11 +00:00
|
|
|
|
|
|
|
```
|
|
|
|
kubectl create namespace postgres-clusters
|
|
|
|
kubectl apply -n postgres-clusters -f application.yaml
|
|
|
|
```
|