Hey team,
I am trying to deploy logica health sandbox community edition server in our environment following this documentation.
https://github.com/logicahealth/sandbox-community-editionThere is an instruction to add the following entries in etc/hosts file to avoid continuous refresh/restart of the server.
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
I converted the docker compose file into kubernetes manifests and deployed it in our AKS cluster as a single pod with 10 containers. I also created required 10 services. But the sandbox keeps on refreshing upon hitting the endpoint
Can someone please help with what are the changes or things to add when deploying server in kubernetes ?
Thanks.