Hello,
I have been working on migrating keycloak wildfly to keycloak quarkus in a kubernetes environment.
Currently I’m looking at configuring distributed caches with kubernetes/openshift/rancher.
In particular I’ve set the environment variable KC_CACHE_STACK to kubernetes, and I added the command line argument “-Djgroups.dns.query=headless-service” as explained in the documentation and so far so good.
Now I’d like to know if this configuration will work with openshift/rancher, does anyone have tested these configurations ?
I’ve been searching on internet, found some interesting posts, but I couldn’t find information pertaining to the problem (in particular I only have a kubernetes cluster to test).