Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to clusterize keycloak deployed as Azure web app #27

Open
Nikolche-Veljanovski-fntext opened this issue Jan 17, 2024 · 0 comments

Comments

@Nikolche-Veljanovski-fntext
Copy link

I tried using JDBC_PING protocol for keycloak clusterization. The setup works fine on local, but we have problems establishing the same on Azure
I am deploying 2 keycloak instances as Azure web apps using shared Azure flexible postgresql DB, latest quay image and provided cache-ispn-jdbc-ping.xml.
In jgroups ping table I am seeing image
I can see that when the app service instances start, I only end up with a single record in the JGROUPSPING table. I can see that each node adds a record with the nodes IP address (private dns zone record in my case) which is then replaced by the next node that starts up.
That would mean that my 2 keycloak instances work as singleton (which I see in the logs) and actually are not clusterized.
Is this some limitation on communication between Azure App Services on port 7600 or something else?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant