Keycloak with MSSQL in Kubernetes

Hello,

How do I configure Keycloak in Kubernetes to use MSSQL database?

Regards,
Nikolas

I get this error:
[org.jboss.jca.core.connectionmanager.pool.strategy.OnePool] (ServerService Thread Pool – 64) IJ000604: Throwable while attempting to get a new connection: null: javax.resource.ResourceException: IJ031084: Unable to create connection

And here is the deployment:

Solved:
Needed to allow kubernetes in DB firewall :))

Hey,
How did you resolve the issue?
Can you provide your and the manifests files you used for deployment in kubernetes? I need to connect to MSSQL server remotely from the KC pod.