postgres-operator
postgres-operator copied to clipboard
Postgres operator creates and manages PostgreSQL clusters running in Kubernetes
Please, answer some short questions which should help us to understand your problem / question better? - operator image : ghcr.io/zalando/postgres-operator:v1.10.1 - environment : Kubernetes - Type of issue :...
fixes #1153 & fixes #2547 Many people need this feature for running pgbouncer-exporter to monitor pgbouncer state. Can be used for any other purposes.
#2733 fixed a bug with stream duplicates created on every operator restart. To facilitate the cleanup the operator was deleting every extra stream it found based on the filter labels....
what does zalando do for postgres monitoring with any databases run via this operator? I was thinking of building https://github.com/wrouesnel/postgres_exporter into the database container and having that be monitored via...
- **image of the operator** ghcr.io/zalando/postgres-operator:v1.12.2 - **Platform - metal. Kubernetes** Bare Metal K8s Logs of Postgres Operator: ``` time="2024-08-20T07:29:04Z" level=info msg="Spilo operator latest\n" time="2024-08-20T07:29:05Z" level=info msg="Parse role bindings" pkg=controller...
- **Which image of the operator are you using?** ghcr.io/zalando/postgres-operator:v1.12.2 - **Where do you run it - cloud or metal? Kubernetes or OpenShift?** Bare Metal K8s - **Are you running...
For my production postgres clusters I'd like to limit log messages to a reasonable amount. Therefore I want to get rid off all the Patroni log messages that are logged...
In my use case, I import the package from https://github.com/zalando/postgres-operator/tree/master/pkg/apis/acid.zalan.do/v1 into my Golang project. In my project, I use Golang to populate the PostgreSQL resource, and then use client-go to...
Please, answer some short questions which should help us to understand your problem / question better? - **Which image of the operator are you using?** ghcr.io/zalando/postgres-operator:v1.12.2 - **Where do you...