Deploying Zomato Clone App with DevSecOps CI/CD
Deploying Zomato Clone App with DevSecOps CI/CD Hello friends, we will be deploying a React Js Zomato-clone. We will be using Jenkins as a CICD tool and deploying our application on a Docker container. I Hope this detailed blog is useful. CLICK HERE FOR GITHUB REPOSITORY Steps:- Step 1 — Launch an Ubuntu(22.04) T2 Large Instance Step 2 — Install Jenkins, Docker and Trivy. Create a Sonarqube Container using Docker. Step 3 — Install Plugins like JDK, Sonarqube Scanner, Nodejs, and OWASP Dependency Check. Step 4 — Create a Pipeline Project in Jenkins using a Declarative Pipeline Step 5 — Install OWASP Dependency Check Plugins Step 6 — Docker Image Build and Push Step 7 — Deploy the image using Docker Step 8 — Terminate the AWS EC2 Instances. Now, let's get started and dig deeper into each of these steps:- STEP1:Launch an Ubuntu(22.04) T2 Large Instance Launch an AWS T2 Large Instance. Use the image as Ubuntu. You can create a new key pair or use an existing one. Enable HTTP and HTTP...