forked from k-space/kube
18 lines
362 B
Markdown
18 lines
362 B
Markdown
# Postgres clusters
|
|
This is a shared DB cluster, all postgres instances run in a dedicated namespace.
|
|
|
|
Clusters managed by operator-bundle.
|
|
|
|
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
|
|
```
|