You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I followed the documentation and was able to successfully deploy sandbox in windows using docker desktop and the provided docker compose file. I am trying to deploy the same ,multi-container application in AKS cluster. First, I converted the docker-compose file into kubernetes manifest using kompose tool and deployed application in a single pod with 10 containers.
While deploying locally, we added the following DNS entries in this file C:\Windows\System32\drivers\etc\hosts to prevent REDIRECT LOOP of sandbox during login.
Hey team,
I followed the documentation and was able to successfully deploy sandbox in windows using docker desktop and the provided docker compose file. I am trying to deploy the same ,multi-container application in AKS cluster. First, I converted the docker-compose file into kubernetes manifest using kompose tool and deployed application in a single pod with 10 containers.
While deploying locally, we added the following DNS entries in this file C:\Windows\System32\drivers\etc\hosts to prevent REDIRECT LOOP of sandbox during login.
127.0.0.1 keycloak
127.0.0.1 sandbox-mysql
127.0.0.1 sandbox-manager-api
127.0.0.1 sandbox
127.0.0.1 dstu2
127.0.0.1 stu3
127.0.0.1 r4
127.0.0.1 r5
127.0.0.1 static-content
Can someone please help with what similar steps one needs to follow while deploying in kubernetes ? I am facing this redirect loop with sandbox.
Also, is database to be deployed separately ?
The text was updated successfully, but these errors were encountered: