Hi,
I’m a software engineering student, I’m starting an internship for developing a node JS / react web application. So I want to use microservices and new technologies.
What are the hardware requirements to set up a CI/CD pipeline including some tools : Jenkins, sonarqube, Docker, Kubernetes, Helm etc… and what is the best tools for my case ?
And does it cost much ?
Best regards
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.
Click below to sign up and get $100 of credit to try our products over 60 days!
Hi @xgeek95,
IF you are going to use them just for testing and small projects, you can always use the smallest droplet and gradually update it if you wish.
Additionally, you might want to look at this page - https://www.digitalocean.com/products/kubernetes/ . It’s DigitalOcean’s managed Kubernetes service. Decide if you wish to have control over everything or have DigitalOcean help out with that.
Regarding Docker, there is a pretty good tutorial again on DigitalOcean which should help you with your application - https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-ubuntu-18-04
Lastly, give it this tutorial a read - https://www.digitalocean.com/community/tutorials/webinar-series-kubernetes-package-management-with-helm-and-ci-cd-with-jenkins-x It should include almost everything you’ll need.
Regards, KDSys