22 Jul 2024 09:39 PM - last edited on 24 Jul 2024 07:02 AM by MaciejNeumann
Hello everyone, I need help to be able to integrate the mongoBD extension through activegate. This database is configured in Kubernetes.
What should I enter in the "Hostname" field? It will be the instance where the database is configured.
Solved! Go to Solution.
22 Jul 2024 09:48 PM
Hi @tsagredo ,
That "hostname" in the configuration will be the IP address or FQDN that the Environment ActiveGate can use to connect to the MongoDB instance. My guess is that you have a K8s service to allow outside applications to connect into your DB, it would be that. If you don't, you'll need to set up a way to allow your ActiveGate (running outside of K8s) to connect to your DB (inside K8s).
Thanks!