Skip to content

A basic app containing a Hello World message that you can deploy.

Notifications You must be signed in to change notification settings

carlohcs/basic-app

Repository files navigation

Basic App

A simple basic app where we can run without too much issues. It contains Docker, Kubernetes and AWS ECS examples to run.

Docker

Build the image:

docker build . -t carlohcs/basic-app:latest

Run the image:

docker run -p 3000:3000 carlohcs/basic-app:latest

Access in the browser at http://localhost:3000.

Kubernetes

To run the Kubernetes application:

For dev:

kubectl apply -f k8s/dev

For prod:

kubectl apply -f k8s/prod

Access in the browser at http://localhost:30001.

About

A basic app containing a Hello World message that you can deploy.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published