Hi
I am currently using keycloak 26 on Kubernetes, with a deployment and just one replica in a single cluster, and a postgres database.
I would like to have a second keycloak instance to not have an outage when my pod reboots.
My understanding is that this required Infinispan on older keycloak instances to sync the caches.
But with keycloak 26, my understanding is that the session information is stored in the database.
Does it mean that that i can just add a second replica on my Kubernetes cluster, without using Infinispan?
Thanks in advance