Skip to content

lcrownover/sample-app-three-ways

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample Application Deployment

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)

Application Architecture

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.

Deployment Instructions

This repository provides detailed instructions for deploying the application using each of the three solutions. Please refer to the following documents for more information:

About

Simple toy app deployed using compose, kubernetes, and ECS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published