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...Discussdocker nginx
Dilip Khuntidilipkhuntif3.hashnode.dev·Dec 23, 2023project 3(Devops):3-Tier Architecture Deployment on awsintroduction Architecture Overview In this architecture, a public-facing Application Load Balancer forwards client traffic to our web tier EC2 instances. The web tier is running Nginx webservers that are configured to serve a React.js website and re...Discuss·7 likes·68 readsProject SeriesAWS Solution Architect
SIVAPRAKASH Ssivaprakash-s.hashnode.dev·Dec 12, 2023Automating AWS 3 Tier Architecture deploying with Terraform and JenkinsIntroduction Infrastructure as code or IaC allows an architect to deploy services using code rather than logging into the console and deploying using the GUI. The benefits of this over deploying through the console are that it allows for a more consi...Discuss·347 readsAWS
Harshit SharmaforWiz4host Blogs - DevOpswiki.wiz4host.com·Sep 18, 2023Three Tier Application - SetupWhat is a three-tier architecture? A three-tier architecture is a software design pattern used to structure applications or systems into three distinct layers or tiers. Each tier serves a specific purpose and communicates with the other tiers in a we...DiscussLinux