Re: Best digital ocean plan for a production server

2022-07-27 Thread Ram
Hi Abdul, Thank you for your suggestion, but since you mentioned Docker image in your earlier email, I've listed all my software stack that is required for our Web Application. So I'm looking for any managed solution from any provider that can help us to focus only on coding. It does not have to

Re: Best digital ocean plan for a production server

2022-07-24 Thread Abdul Qoyyuum
Not sure what you mean. All of those can be in separate docker images to build (except for 11 and 13) but have to be docker-composed properly. But since you're moving to Docker images, you can then instead deploy to any Kubernetes cluster and scale with X number of nodes. Even better if you want

Re: Best digital ocean plan for a production server

2022-07-23 Thread Ram
Thank you all for your input. I would like to sign up for a plan which can let us focus only on coding and still scalabile, but my concern is our application requires following: 1. Linux OS 2. Postgres 3. Python 3.10 4. Django latest 5. Vue.js 6. Gunicorn 7. Nginx 8. Let's Encrypt or any SSL 9.

Re: Best digital ocean plan for a production server

2022-07-13 Thread Abdul Qoyyuum
I prefer Heroku and deploying Django as a docker image to Heroku. Less maintenance, worry less about server setups and focus more on code than anything else (i.e. serverless). Start with a hobby plan and if able to get customers, then start paying for scalability features. On Sunday, July 10,

Re: Best digital ocean plan for a production server

2022-07-11 Thread Sebastian Jung
Hello, Digital Ocean is for mid to great companys very nice because scalability. But if you don't need that then digital ocean is too expensive. My favorit https://www.netcup.de/vserver/ with 8GB Ram and Epyc CPU for only 9€ per month. I think this is much much more faster then same price range

Re: Best digital ocean plan for a production server

2022-07-11 Thread Julio Cojom
Hi Ram, I started with a simple VPS, 5$ monthly, it has a MySQL instance and 5 or 7 Django apps. After that MySQL started caching a lot of ram for the small VPS so I moved the SQL instance to another 5$ VPS and left the web/apps server alone, they are connected through the internal IP. Also, I

Re: Best digital ocean plan for a production server

2022-07-10 Thread Ryan Nowakowski
Ram, It depends. How many http transactions per second are you expecting? What database are you using? Based on your estimated http TPS, how many database queries per second are you expecting? What percentange of those database queries are read vs write? - Ryan N On Sat, Jul 09, 2022 at

Best digital ocean plan for a production server

2022-07-09 Thread Ram
Hi, We are planning to launch our application in production once all the testing is completed after deployment to our development server. We are using Jenkins CI automation to deploy the code to the development server and we will do the same in production server too, but we are currently doing a