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·51 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...Harness 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
Prathamesh Patilpatilprathamesh.hashnode.dev·Nov 19, 2024Setting Up CI/CD for a Node.js CRUD API with GitHub Actions, Docker, and AWS EC2Setting up CI/CD pipelines for deploying applications is crucial for delivering software efficiently and reliably. In this guide, we'll walk through how to create a CI/CD pipeline for a Node.js application with CRUD APIs. We'll use GitHub Actions, Do...cicd
Arun Pandeyblog.devopsenthusiasts.solutions·Nov 16, 2024Deploying 3-tier Backend Application Using Docker And NginxIntroduction The 3-tier backend application comprises three containers: NGINX MySQL Django-App This setup demonstrates how these components collaborate to deliver a robust, scalable, and maintainable web application. What is NGINX? NGINX acts a...docker nginx
Anasanasmansuri.hashnode.dev·Oct 25, 2024Labels, Selectors, Replica Sets, Deployments, Production StrategiesWhatever mentioned in the spec section that’s what the pod is going to do. Image Pull Policy: Official docs https://kubernetes.io/docs/concepts/containers/images/ apiVersion: v1 # API version for the Pod definition kind: Pod...Kubernetes