Hello,
I have a web application running on a single droplet, powered by Node.js + MongoDB + nginx on the same machine. Application traffic is increasing and I would like to scale my servers, so it will have 3 servers, one for MongoDB, second and third would be web servers.
My question is: how do I setup my mongodb server? Can I make it accessible only from my web servers, or it is possible to create some sort of “local network” on Digital Ocean, so only 1 IP (load balancer) could be seen from the Internet.
Also, any tips on making this setup are welcomed.
Thanks in advance.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hello,
In addition to what has already been mentioned, DigitalOcean now offers Managed MongoDB databases as well:
https://www.digitalocean.com/blog/introducing-digitalocean-managed-mongodb/
For more information on how to get started, make sure to check out this video here:
Regards, Bobby
Hi
Yes you can use the LB as your front facing IP. The LB can also use your internal network’s IP to connect. You’ll just need to be in the same DC and enable private network on all nodes.
Cheers