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
Gauravlostinopensrc.hashnode.dev·Feb 9, 2025Opinionated View: Argo CD Vs Terraform for Kubernetes DeploymentsIntroduction: ArgoCD offers several compelling advantages over Terraform for Kubernetes deployments , specially when managing application workloads and maintaining cluster state. GitOps-Centric Approach: Automatic state reconciliation: Argo CD conti...1 likegitops
Yaswanth Ryashdevops.hashnode.dev·Feb 8, 2025Enhancing GitLab CI/CD Notifications with Detailed Email ReportsIntroduction In a DevOps-driven environment, real-time insights into CI/CD pipelines are crucial for efficient development and deployment workflows. While GitLab provides default email notifications for pipeline success or failure, they often lack ...Devops
Laxmiputracicd-using-jenkins.hashnode.dev·Feb 3, 2025🚀 DevOps CI/CD: A Complete Guide Using Jenkins📌 Introduction to DevOps CI/CD DevOps CI/CD (Continuous Integration and Continuous Deployment) is a crucial process that ensures seamless software development, testing, and deployment. Jenkins, a widely used automation tool, plays a vital role in or...1 likeDevops
Shaik Mustafadevops-cicd.hashnode.dev·Jan 11, 2025Jenkins Troubleshooting in RealtimeIntroduction: Jenkins is one of the most widely used open-source automation tools for continuous integration and continuous delivery (CI/CD). However, like any complex software system, users often encounter unexpected issues during the setup or opera...11 likes·147 readsjenkins troubleshooting
Viraj Vijaykumar Dalaveviraj-devops.hashnode.dev·Jan 9, 2025Continuous Integration and Continuous DeploymentCI/CD consists of 2 parts : Continuous Integration and Continuous Delivery(Deployment). These are methods used in software development to make the process of writing, testing, and deploying code faster and smoother. Continuous Integration Continuous ...cicd
Muhammad Sufiyaninnosufiyan.hashnode.dev·Jan 6, 2025Understanding the CI/CD PipelineIn the realm of software development, terms like "Pipeline" are often used when discussing Continuous Integration (CI), Continuous Delivery (CD), and Continuous Deployment (CD). Let’s break down what this pipeline entails and its significance in the ...1 likeContinuous Integration and Deliveryci-cd
Shaik Mustafadevops-cicd.hashnode.dev·Jan 4, 2025Advanced Jenkins PipelinesWelcome, tech enthusiasts! If you're here, you're about to discover something new and insightful about Jenkins pipelines. Pipeline with when conditions: pipeline { agent any stages { stage("Test") { when { ...164 likes·319 readscicd
Ahammed Basha Shaikday-25-of-100-days-challenge.hashnode.dev·Jan 5, 2025CI/CD Continuous Integration (CI) Continuous Delivery (CD)Introduction Continuous Integration and Continuous Delivery (CI/CD) form the backbone of modern software development practices. By automating the integration, testing, and deployment process, CI/CD enables teams to deliver high-quality software effic...cicd
Shaik Mustafadevops-cicd.hashnode.dev·Jan 3, 2025Jenkins Pipeline to deploy Java application | Git, Maven, Nexus & TomcatHey techies, in Prev blog we learned how to deploy applications using Jenkins free style job. In this blog i am going to write a pipeline to deploy the java-based application.But i request you to complete my previous blogs to understand this concept ...163 likes·415 readsJenkins