Hi Guys,
This is a general question: I have the following setup:
Right now the application is working as expected (Node.js and MongoDB on the same droplets), when I need to deploy a new change to production, basically i do the following steps:
Right now is very simple the process, I want to learn better ways (practices) to do it. So, I have a few question:
I have read a little about docker (but still don’t get it): How can I benefit from docker? Should I have an image for Node.js and another for MongoDB? (or just one with Node.js app and MongoDB installation)? Right now, If I add another droplet I need to modify the nginx, is there a way to automated? How can integrate the load balancer with nginx? Is it better to have the MongoDB in a separate droplet? (why or why not?)
*Please share any best practice about Deployments
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!
“Is it better to have the MongoDB in a separate droplet? (why or why not?)”
Technically it should be in another droplet, or another third party instance, for separation of concerns.
“How can I benefit from docker?”
You can only benefit from Docker if you’re moving containers around without having to install OS level dependencies all over again in other instances like A*S.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.