kubernetes-learn/postgresql_cluster/README.md
2025-07-08 17:08:34 +02:00

694 B

Project

Install Operator

  1. Add the repository
helm repo add postgres-operator-charts https://opensource.zalando.com/postgres-operator/charts/postgres-operator
  1. Install operator
helm install postgres-operator postgres-operator-charts/postgres-operator -f values.yaml
  1. Others

https://postgres-operator.readthedocs.io/en/latest/quickstart/#helm-chart

Deploy cluster

  1. Apply
kubectl apply -f k8s-psql.yaml
  1. Others

Good complete example Docs