<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: Bhavesh Kansagara</title>
    <description>The latest articles on Forem by Bhavesh Kansagara (@bhaveshkansagara).</description>
    <link>https://forem.com/bhaveshkansagara</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1653404%2F2e9ff3e1-1dfe-48e2-af02-7b2a72f2dbf3.jpg</url>
      <title>Forem: Bhavesh Kansagara</title>
      <link>https://forem.com/bhaveshkansagara</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/bhaveshkansagara"/>
    <language>en</language>
    <item>
      <title>DEPLOYMENT OF NODEJS APP IN KUBERNETES WITH DEVSECOPS CICD PIPELINE</title>
      <dc:creator>Bhavesh Kansagara</dc:creator>
      <pubDate>Wed, 19 Jun 2024 20:40:51 +0000</pubDate>
      <link>https://forem.com/bhaveshkansagara/deployment-of-nodejs-app-inkubernetes-with-devsecopscicd-pipeline-55i6</link>
      <guid>https://forem.com/bhaveshkansagara/deployment-of-nodejs-app-inkubernetes-with-devsecopscicd-pipeline-55i6</guid>
      <description>&lt;p&gt;I'm thrilled to announce that I have successfully implemented a comprehensive CI/CD pipeline for DEPLOY THE NODEJS APP IN&lt;br&gt;
KUBERNETES WITH DEVSECOPS&lt;br&gt;
CICD PIPELINE Project! This pipeline ensures seamless integration, continuous delivery, and robust security checks, enhancing our development process significantly. Here's a breakdown of the stages:&lt;br&gt;
Create Two Ec2 with T2-Large Instance 30GB storage &amp;amp; Install Jenkins.&lt;/p&gt;

&lt;p&gt;CI/CD Pipeline Stages:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Checkout SCM: Retrieves the latest code from our Git repository.&lt;/li&gt;
&lt;li&gt;Tool Install: Install necessary tools like JDK 17 and Node.js 16.&lt;/li&gt;
&lt;li&gt;Clean Workspace: Ensures a fresh build environment.&lt;/li&gt;
&lt;li&gt;Checkout from Git: Fetches the code from the main branch.&lt;/li&gt;
&lt;li&gt;SonarQube Analysis: Conducts code quality analysis with SonarQube.&lt;/li&gt;
&lt;li&gt;Quality Gate: Validates code quality against predefined metrics.&lt;/li&gt;
&lt;li&gt;Install Dependencies: Installs project dependencies using npm.&lt;/li&gt;
&lt;li&gt;OWASP FS Scan: Performs a security scan using OWASP Dependency Check.&lt;/li&gt;
&lt;li&gt;Trivy FS Scan: Conduct a security scan on the file system with Trivy.&lt;/li&gt;
&lt;li&gt;Docker Build &amp;amp; Push: Builds the Docker image and pushes it to Docker Hub.&lt;/li&gt;
&lt;li&gt;Trivy Image Scan: Scans the Docker image for vulnerabilities using Trivy.&lt;/li&gt;
&lt;li&gt;Deploy to Container: Deploy the Docker container.&lt;/li&gt;
&lt;li&gt;Deploy to Kubernetes: Applies Kubernetes deployment configuration.
Key Highlights:&lt;/li&gt;
&lt;li&gt;SonarQube Integration: Ensures code quality and adherence to best practices.&lt;/li&gt;
&lt;li&gt;Security Scans: OWASP and Trivy scans enhance our security posture.&lt;/li&gt;
&lt;li&gt;Automated Deployments: Streamlined deployments to Docker and Kubernetes.&lt;/li&gt;
&lt;/ol&gt;

</description>
      <category>devops</category>
      <category>docker</category>
      <category>cloud</category>
      <category>security</category>
    </item>
  </channel>
</rss>
