Anasanasmansuri.hashnode.dev路Aug 28, 2024Deploy Node.js app with Docker and Jenkins: A Complete TutorialPhontiqe is a 2-tier web application built using Node.js and Express. This is a simple web application that displays a list of accessories retrieved from a server-side API. The application uses JavaScript, HTML, and CSS to dynamically generate the li...1 like路68 readsphontiqe
Yash Panditcloudrekeno.hashnode.dev路Apr 17, 2024Deploying a Two-Tier Application on AWS Using 2-Tier Architecture: A Step-by-Step GuideIn this guide, we will walk you through the process of deploying a two-tier application on AWS using a 2-tier architecture. This architecture separates the presentation layer (frontend) and the data management layer (backend) for improved scalability...1 like路95 readsAWSAWS
Uday Sharmaudayyysharma.hashnode.dev路Feb 25, 2024Mastering Docker Compose: Building Two-Tier Project.Introduction to Docker Compose: Docker Compose is a tool used for defining and running multi-container Docker applications. It allows you to define a multi-container environment in a YAML file, specifying services, networks, and volumes, and then use...1 like路47 readsDevOps Series Docker
Henry Uzowulualpharm.hashnode.dev路Nov 29, 2023Deploying a 2-tier architecture on aws using TerraformDEPLOYING A 2-TIER ARCHITECTURE ON AWS USING TERRAFORM MODULES Deploying and managing infrastructure can be a complex and time-consuming task. Terraform, an open-source infrastructure as code (IaaC) tool, simplifies the process by automating the prov...45 readsTerraform
Dushyant Kumardushyantkumark.hashnode.dev路Oct 5, 2023Episode 4 : 2 Tier Application Deployment using Kubernetes馃敟馃敱 Introduction : Kubernetes has emerged as the standard for container orchestration, it allows developers to efficiently manage and scale their applications. In this blog, we will walk you through the process of deploying a 2-tier Flask application ...252 reads2tier architecture
Dushyant Kumardushyantkumark.hashnode.dev路Sep 29, 2023Episode 2 : 2 Tier Application Deployment馃敟Hello, learners in today's topic we will deploy a 2-Tier Application Deployment with the Help of Various DevOps Tools. 馃搶 Prerequisites Here are some prerequisites for this project are given below: AWS EC2 Git & GitHub Docker DockerHub 馃搶 Creat...5 likes路312 readsAWS
Gopal Guptadevopswithgopal.hashnode.dev路May 26, 2023Implement 2-tier architecture in AWS using TerraformProject Details In this project, we will be creating 2 tier application in AWS using Infrastructure as Code(IAC) tool Known as Terraform as shown above in the architectural diagram. HashiCorp Terraform is an infrastructure as code tool that lets you ...1 like路551 readsAWS