Yaswanth Ryashdevops.hashnode.dev·Feb 10, 2025Automating Multi-Client Deployments in Azure App Service with CI/CD PipelinesIntroduction In many enterprise projects, multiple clients often require customized deployments of the same application with slight variations in configurations. Traditionally, manually deploying these applications for each client in a production env...MultiClientDeployment
Rohan Rajunveling-kyverno.hashnode.dev·Jan 27, 2025Kyverno: Simplifying Kubernetes Policy Management1. Introduction to Kyverno What is Kyverno, and why is it important? Kyverno is a Kubernetes-native policy engine designed to simplify the management of security, compliance and configuration of policies in kubernetes clusters. Unlike traditional ...39 readsKubernetes
raviteja maddireddyfrom-github-to-k8s-3-tier-guide.hashnode.dev·Jan 26, 2025From GitHub to K8s: 3-Tier GuideGuide to Deploying a 3-Tier Web Application on Kubernetes Deploying applications in Kubernetes can seem daunting, especially for newcomers in the DevOps space. However, with a structured approach, you can successfully deploy a 3-tier web application ...93 readsKubernetes
David Onifadezyzer01.hashnode.dev·Dec 16, 2024Deploying your project from GitHub to VPS using Jenkins for CI/CDDeploying your project from GitHub to VPS using Jenkins for CI/CD Introduction In this quick tutorial, I’ll show you how I implemented CI/CD in my Nextjs 14 project on my new VPS server. This blog post is also valid for react projects or applications...11 likes·83 readsDevopsruachost
Gedion Danielblog.gediondaniel.dev·Dec 11, 2024AWS Elastic Beanstalk: A Developer's Streamlined DeploymentAWS Elastic Beanstalk provides developers with a managed service for deploying and scaling web applications. This platform significantly simplifies the deployment process while maintaining developer control over the underlying infrastructure. Core De...AWS
Ahammed Basha Shaikday-2-of-100-days-challenge.hashnode.dev·Dec 10, 2024Mastering the Software Development Life Cycle with DevOpsDay 2 of 100 Days Challenge – Learnings from Abhishek Veeramalla The Software Development Life Cycle (SDLC) is a cornerstone of software engineering, offering a structured framework to guide the creation of high-quality software. From planning to dep...SDLC
Venkatesh Sarivisettyiamvenkat.hashnode.dev·Dec 9, 2024Mastering Variables in Harness Pipelines: A Comprehensive GuideHarness is a powerful Continuous Delivery (CD) platform that enables teams to simplify their deployment workflows. One of its key features is the ability to use variables, which make your pipelines dynamic, flexible, and maintainable. In this blog, w...48 readsHarness Pipelines
Gedion Danielblog.gediondaniel.dev·Dec 3, 2024AWS CloudFormation vs. Elastic Beanstalk: A Comprehensive ComparisonWhile both AWS CloudFormation and Elastic Beanstalk are powerful AWS services that help with application deployment and infrastructure management, they serve different purposes and cater to different needs. Let's dive deep into understanding these se...AWS
Santosh Ncsantoshnc.hashnode.dev·Nov 29, 2024Automating the Deployment of a Full-Stack Application with Jenkins and DockerIntroduction In today's fast-paced development environment, automating deployment pipelines is crucial for efficiency and reliability. In this blog, we will walk through setting up a Jenkins CI/CD pipeline for deploying a full-stack application — a R...Jenkins
Prathamesh Patilpatilprathamesh.hashnode.dev·Nov 20, 2024Taking It Full Stack: Automating CI/CD for Full-Stack Deployment 🚀🌐After successfully deploying my Node.js API backend on AWS EC2 (ref: Click here), it was time to level up and integrate the React.js frontend into the mix. This step transformed the project into a complete full-stack solution, accessible to users via...1 likeDevops