I’ve finally on boarded with Digital Ocean. I created an Ubuntu Droplet which I plan on using for hosting my Go application. I would like to use Gitlab as part of my git ecosystem as well.
Should I create a new droplet with the GitlabCE application image? or Should I just upgrade my current droplet and install via curl? What are the advantages or disadvantages of using a single droplet to handle multi-tasks? Should I be using a droplet to handle my Go app and hosting and a separate droplet for GitLab hosting?
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!
I tend to like splitting up different functions into different servers. This allows the server to concentrate on only performing one task. For example my current setup is a separate server for Gitlab, App Server and DB server. It is also nice because later if I expand I can just create a snapshot of the App server and deploy it as a second droplet. i do not have to worry about it also cloning the Gitlab instance and then having to remove it. <br> <br>I think ultimately it is personal preference.
@michael, Thanks for your input. I had a hunch that keeping everything in separate droplets would also be more modular, but I’m fairly new to all of this cloud VPS, so I wanted a consensus. I think you hit on some key points. Thanks again.
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.