SUMIT DESHMUKHsumitdeshmukh.hashnode.dev·4 hours agoJnkins CI/CD ToolJenkins Tool Jenkins is the tool which is developed by sun microsystem in 2004 under the name Hudson. Then it named as Jnekins after oracle bought microsystem. Jenkins is openSouce CI/CD tool which is written in java programming language it can run...Devops
Omkar Mahanduleautomate-cicd.hashnode.dev·17 hours agoAutomating CI/CD for MyNotes: A Seamless Deployment PipelineIntroduction Continuous Integration and Continuous Deployment (CI/CD) is a game-changer in modern software development. It streamlines code integration, testing, and deployment, ensuring rapid and reliable delivery of applications. In this blog, I’ll...10 likesautomation
João Chirolijoaochiroli.com.br·21 hours agoSetting Up Prometheus with NGINX Proxy & Authentication + Configuring Agent PoolsChallenge: Monitoring System Deploy a Prometheus monitoring system on an Ubuntu cloud instance. The system should be secured and accessible through a reverse proxy, with proper authentication, and connected to an external Node Exporter. You can follo...Devops#prometheus
Praduman Prajapatiitspraduman.hashnode.dev·Feb 17, 2025Mastering DevOps: Transforming a Go Web App with End-to-End AutomationSource code & repository of the project 👇 https://github.com/praduman8435/go-web-app In this article, we will implement comprehensive end-to-end DevOps practices on a project that currently lacks any DevOps methodologies! Steps We Will Take: Fir...Devops
Amaan Sayyedamaansayyed.hashnode.dev·Feb 17, 2025Seamless MERN Stack Deployment with Jenkins CI/CD AutomationHey there! If you're working on web applications and want to automate deployment, you're in the right place. Recently, I set up a Jenkins CI/CD pipeline to deploy a MERN stack application on an AWS EC2 instance, and it made the entire process effortl...Jenkins
João Chirolijoaochiroli.com.br·Feb 17, 2025Continuous Deployment with Kubernetes and Load Testing with JMeterChallenge: Part 2 Continuous Deployment and Load Testing Deploy the provided application to your chosen cloud provider using any service that runs the application as a Docker container. Then, create a test plan for the application's home page and gen...Devopsci-cd
João Chirolijoaochiroli.com.br·Feb 17, 2025Automating Node.js Builds with Azure DevOps PipelinesChallenge: Part 1 Continuous integration Set up a new repository and CI pipeline using any code version provider The CI steps should be created. The pipeline should run the following steps: Install dependencies npm install Linter (ESLint) npm run l...30 readsDevopsAzure
Opemipo DisuforMicroticamicrotica.hashnode.dev·Feb 17, 2025Supercharge CI/CD with Gen AI: Eliminate Bottlenecks Now ⚙️It can be hard to work with CI/CD pipelines even though they are meant to make development and deployment faster. However, they have become a major setback for developers and teams due to manual setup, long build times, and complex testing steps. Add...11 likesAI
Pravesh Sudhablog.praveshsudha.com·Feb 17, 2025Streamlining AWS Deployments: Jenkins & Terraform in Action with the 2048 Game💡 Introduction Welcome to the world of DevOps! Today, we're diving into an exciting project where we automate AWS infrastructure using Jenkins and Terraform while deploying the 2048 game on our server. We’ll kick off by provisioning a t3.small EC2 i...Devops
Dharansh Neemadharanshneema.hashnode.dev·Feb 16, 2025Jenkins Pipeline Project on AWS EC2 instanceHey techies! Welcome to another article on Jenkins, where we will create a CI/CD pipeline using Jenkins for a simple project and deploy it on an EC2 instance with an Ubuntu flavor. The project flow will look like this: EC2—>Setup Jenkins—>Jenkins Pip...Jenkins