kube/postgres-clusters/README.md

18 lines
362 B
Markdown
Raw Normal View History

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-02 18:27:13 +00:00
Clusters managed by operator-bundle.
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
```