This repository contains a sample application that demonstrates the deployment of a simple, multi-container application using three different containerized solutions:
- Docker Compose
- Kubernetes
- Amazon Elastic Container Service (ECS)
The application consists of three services:
- A backend API (a simple web application).
- An Nginx web server that acts as a reverse proxy to the API.
- A Redis in-memory data store.
This repository provides detailed instructions for deploying the application using each of the three solutions. Please refer to the following documents for more information: