https://github.com/samirprakash/multi-tier-docker
Cloud native setup for a full stack application - front end, back end and database - using Docker
https://github.com/samirprakash/multi-tier-docker
architecture docker javascript k8s nginx react
Last synced: 2 months ago
JSON representation
Cloud native setup for a full stack application - front end, back end and database - using Docker
- Host: GitHub
- URL: https://github.com/samirprakash/multi-tier-docker
- Owner: samirprakash
- Created: 2019-08-18T22:38:37.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T02:27:30.000Z (over 3 years ago)
- Last Synced: 2025-02-11T15:51:16.130Z (over 1 year ago)
- Topics: architecture, docker, javascript, k8s, nginx, react
- Language: JavaScript
- Homepage:
- Size: 6.63 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Multi Tier Docker Application
[](https://travis-ci.org/samirprakash/multi-tier-docker)
#### Architecture

#### Flow

#### Production Multi Container Setup

#### Production ECS setup architecture

#### AWS Steps
- Create Elastic Beanstalk environment with multi docker support (EBS)
- AWS elastic cache for redis (EC)
- AWS Relational Database Service (RDS) for Postgres
- Check VPC
- Create Security Group connection EBS, RDS and EC
- Create RDS
- Create EC
- Create Security Group with default VPC abd set inbound rules
- Update Security Group in EBS, RDS and EC instances
- Add environment variables in EBS