Shreya Rewaleshreyarewale.hashnode.dev·Sep 13, 2024CI/CD Pipeline with Jenkins for a Simple Web Application.Step 1 : Install Jenkins and npm Calculator app const express = require('express'); const app = express(); const port = 3000; app.use(express.urlencoded({ extended: true })); app.get('/', (req, res) => { res.send(` <h1>Simple Calcula...DiscussDevOps CI/CD pipeline
Hema Sundharam Kollahemasundharamkolla.hashnode.dev·Jul 31, 2024Mastering CI/CD: A Beginner's Guide to Streamlined DevOps PracticesWhat is CI/CD? Introduction In today’s fast-paced development environment, continuous integration and continuous delivery (CI/CD) are essential for efficient and reliable software deployment. This article explores how Jenkins and Kubernetes, along wi...DiscussDevops
Navya Anavyadevops.hashnode.dev·Jul 17, 2024Automate Docker Builds and Pushes with Jenkins: A Step-by-Step GuidePre-requisites: Jenkins Master is up and running. Jenkins slave is set up with Docker installed. Docker and Docker Pipeline plugins are installed in Jenkins. Docker Hub account is set up at Docker Cloud. Step 1: Validate Jenkins Docker Setup E...Discuss·95 readsJenkins
Siri Chandanairis1919.hashnode.dev·Feb 6, 2024Day 51: CI/CD pipeline on AWS - Part 2 🚀 ☁On your journey of making a CI/CD pipeline on AWS with these tools, you completed AWS CodeCommit. Next few days you'll learn these tools/services: CodeBuild CodeDeploy CodePipeline S3 What is CodeBuild ? AWS CodeBuild is a fully managed build s...Discussday51
Suresh Kumar Simsuresh.hashnode.dev·Jan 17, 2024GitHub CICD Create_EC2_via_TerraformStep 1: Local SSH Pub Key Generation and GitHub Setup 1.1. Open a terminal and generate a new SSH key pair: bashCopy codessh-keygen -t rsa -b 4096 -C "your_email@example.com" 1.2. Copy the public key to the clipboard: cat ~/.ssh/id_rsa.pub | pbcopy ...Discuss·129 readsgithub-actions
Suresh Kumar Simsuresh.hashnode.dev·Jan 8, 2024End-to-End CICD Virtual Browser projectIntroduction: In the ever-evolving realm of software development, Continuous Integration and Continuous Deployment (CICD) have emerged as indispensable practices for ensuring efficiency, reliability, and agility in the development lifecycle. The Full...Discuss·113 readsDevOps CI/CD pipeline
Amrutha Damruthadronamraju.hashnode.dev·Oct 13, 20231. Deployment Vs CICDContinuous Deployment: The step-by-step pipeline process when the developer develops the code in VCS for the production environment is called continuous deployment. When the developer develops the code it sent to the VCS by using git, it cannot be ...DiscussDevOps BlogsDevops articles
Bogdan BujdeaProbogdanbujdea.dev·Sep 22, 2023Provisioning new environments with Bicep and Azure DevOps YAML PipelinesIn this article, we continue working on our sample application and I'm going to walk you through setting up a new QA environment, neatly tucked into its own resource group. The best part? We'll automate the entire process using Azure Pipelines and Bi...Discuss·295 readsazure-devops
Utkarsh Guptautkarsh2519.hashnode.dev·Aug 20, 2023CI CD Pipeline Workflow: Azure DevOpsHave you ever wondered 🤔 what goes behind the CI CD pipeline in Azure DevOps using Kubernetes? Do you feel difficulty understanding the CI CD pipeline workflow in Azure DevOps 🤷♂️ 🤷♀️ ? If yes, Here I am going to explain the CI CD pipeline w...Discussazure-devops
Vishwas Acharyavishwasacharya.hashnode.dev·Apr 28, 2023How to Set Up a CI/CD Pipeline in Azure DevOps: A Step-by-Step GuideIn today's fast-paced and ever-changing technological landscape, it is essential to have efficient software development and deployment processes in place. A CI/CD pipeline is one such process that enables developers to continuously integrate and deli...Discuss·61 readsAzureazure-devops