Nikunj Vaishnavdevcloudjourney.hashnode.dev·Nov 16, 2024Complete Jenkins CI/CD Project - Continued with DocumentationWanderlust Three Tier Application Containerization Deploying a MERN Stack Project Using Dockerfile and Docker-Compose with Jenkins Job Pipeline Trigger from Master on Agents node. Pipeline Script pipeline { agent{ node{ ...DiscussDevOpsTrainWithShubham
OLUWASEUNseunayolu.hashnode.dev·Oct 21, 2024Deploying WordPress on AWS Using a Three-Tier ArchitectureImagine you’re tasked with building a WordPress site that won’t just go live but will scale with traffic, maintain high availability, and stay secure—no matter what. Sounds like a dream setup? Well, that’s precisely what we will achieve today by depl...DiscussAmazon Web ServicesThree-Tier Architecture
Ugochi Ukaegbudhebbydavid.hashnode.dev·Jul 10, 2024Deploying a three-tier application in Docker containersDocker containers are lightweight, portable, and self-sufficient software units that package everything needed to run an application, including code, runtime, system tools, libraries, and settings. These containers use Docker technology to ensure con...Discuss·10 likes·29 readsDocker compose
Nikunj Vaishnavdevcloudjourney.hashnode.dev·Jul 7, 2024A Guide to eCommerce Product ArchitectureIn Today’s fast moving tech era, having product knowledge is equally important to having a technical knowledge . But sometimes, due to lack of the product knowledge ,we make mistakes while development/testing because our concepts are not clear about ...Discuss·33 readseCommercedevcloudjourney
Utkarsh Guptautkarsh80.hashnode.dev·Jul 4, 2024Deploy a Three Tier Architecture On AWS - End to End Project DemoThis guide outlines the step-by-step process of deploying a secure and efficient three-tier architecture on AWS, covering S3 bucket creation, IAM EC2 role setup, VPC and subnet configuration, internet connectivity with IGW and NAT Gateway, route tabl...DiscussAWS
Sorav Kumar Sharmasoravks.hashnode.dev·Jun 8, 2024Simplifying Deployment: GitOps for BBMS Application on EKS ClusterIn this blog, we will deploy a Blood Bank Management System (BBMS) application on an Amazon EKS cluster using the GitOps approach. This project has a three-tier architecture and is developed in PHP. We will also set up a CI/CD pipeline: For Continuo...Discuss·1 like·99 readsgitops
Devarshdevarshshah.hashnode.dev·May 29, 2024Deploying React App on K8sIntroduction Hello Everyone, To give a little context we've been working on the series and till now we've dockerized the react application using multi-stage Dockerfiles and Docker-Compose. Today, we're going to deploy this react website on Kubernetes...Discuss·1 like·449 readsKubernetes
Hrushikesh Dagwarhrushikeshdagwar.hashnode.dev·May 24, 2024Docker Tutorial: Easy 3-Tier Architecture SetupIn the world of software development and deployment, Docker has emerged as a powerful tool that simplifies the process of managing applications. In this blog, we will explore how to set up a simple 3-tier architecture using Docker. This architecture ...Discuss·1 likeDocker
Akshay Shindeakshayshinde9.hashnode.dev·Apr 24, 2024TWS Three-Tier-Application Project Guide With Interview QuestionsApplication Code: The Application-Code directory contains the source code for the Three-Tier Web Application. Dive into this directory to explore the frontend and backend implementations. Jenkins Pipeline Code: In the Jenkins-Pipeline-Code directory,...Discuss·2 likes·148 readsKubernetes
Shubham Mukherjeeshubhammukherji.hashnode.dev·Apr 23, 2024Streamlining Docker Images for Three-Tier Applications with Multi-Stage Builds and Deploying using Docker ComposeIntroduction: In today's software development landscape, Docker has become integral to the deployment process, offering lightweight and portable containers for applications. However, managing Docker images efficiently poses challenges, particularly r...DiscussDocker