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

Deploying logica sandbox in kubernetes #9

Open
Abhijith2020 opened this issue Aug 1, 2024 · 0 comments
Open

Deploying logica sandbox in kubernetes #9

Abhijith2020 opened this issue Aug 1, 2024 · 0 comments

Comments

@Abhijith2020
Copy link

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 ?

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