Alok Shankaralokshankar.hashnode.dev·Apr 24, 2024Simplifying Two-Tier App Deployment Using Docker ContainersIn this blog, we will deploy a 2-tier Flask application using Docker containers. This setup will consist of a frontend and Database tier, each running in separate containers. Prerequisites : Here are some prerequisites for this project are given belo...Devops
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
khalid kifayatcloud-devops-blog.hashnode.dev·Oct 3, 20232-tier application - aws using terraformDeploy a 2 -tier application on aws using terraform Step 1: The provider.tf file in Terraform tells Terraform which cloud provider (like AWS, Azure, Google Cloud, etc.) you want to use for your infrastructure. It's like picking a toolbox for a specif...Terraform
Namrata Kumarinamg.hashnode.dev·Aug 20, 2023Jenkins Declarative Pipeline with Docker part-2 : #Day 27 TaskDay 26 was all about a Declarative pipeline, now its time to level up things, let's integrate Docker and your Jenkins declarative pipeline Use your Docker Build and Run Knowledge docker build - you can use sh 'docker build . -t <tag>' in your pipelin...100 readsCI/CD
Girdhar Kajalkajalgirdhar05.hashnode.dev·Aug 15, 2023Two-tier Web Application Deployment using Docker ComposeIntroduction to Docker Compose 🚢 Docker Compose is a tool that was developed to help define and share multi-container applications. With Compose, we can create a YAML file to define the services and with a single command, can spin everything up or t...43 reads2Articles1Week
Dhanashri Sanerdhanashrisaner442.hashnode.dev·Aug 8, 2023Two-tier Web Application Deployment using Docker ComposeIntroduction Welcome to our blog! The demand for efficient and seamless web application deployment is ever-growing in today's digital age. The world of two-tier web architecture is a powerful approach. But that's not all – we're taking it a step furt...9 likes·415 readsDocker
Ankit Jodhaniankitjodhani.hashnode.dev·May 27, 2023Implementing Two-Tier Architecture in AWS with Terraform: Step-by-Step Guide #10weeksofCloudOpsℹ️Synopsis Hi folks, this is Ankit jodhani I recently graduated from university and currently exploring and learning DevOps and cloud with AWS. I have participated in the #10WeeksOfCloudOps challenge launched by Piyush Sachdeva. and this is the 3rd c...38 likes·8.1K readsAWS