Replies: 1 comment 1 reply
-
does the operator have any bearing on a running cluster? I would think not? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We are running postgres-operator in our small k8s clusters which are installed on-prem.
The cluster is set up as a 3 nodes cluster with all nodes running all k8s roles.
Per definition, postgres-operator has a single replica count. Is it possible to run postgres-operator replica count higher as 1?
With postgres-operator we deploy 2 DB one for keycloak and one for our application.
Both of the DB we do run as HA. However, postgres-operator we run only as a single pod since replica count is not a config parameter of the operator. What is the impact if the nodes where postgres-operator is running goes down for 2 hours?
Beta Was this translation helpful? Give feedback.
All reactions