What is the reason for using Statefulset for Keycloak? #747
Unanswered
vishrantgupta
asked this question in
Q&A
Replies: 1 comment
-
Deployment as StatefulSet is necessary to support the KUBE_PING and DNS_PING JGroup discovery, which is documented here: It would be possible to switch from StatefulSet to Deployment with a discovery mechanism like JDBC_PING. See http://jgroups.org/manual/#_jdbc_ping |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
This is more of a discussion thread, I don't see discussion is enabled for this repo.
I see Keycloak is deployed with Statefulset https://github.com/codecentric/helm-charts/blob/master/charts/keycloak/templates/statefulset.yaml is there any particular reason why it's a Statefulset? It could be a Deployment?
Beta Was this translation helpful? Give feedback.
All reactions