setkyar / random-inspirational-messages-infra

Deploy backend/frontend application with EKS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

random-inspirational-messages-infra

🚧 Still working in progress.

POC to deploy dockerized application to EKS.

Backend

Providing random inspirational messages from /message endpoint.

You can see backend application here

Frontend

Getting random inspirational messages from backend endpoint and disply them via UI.

You can see frontend application here

Usage

First you have to create eks cluster with nodegroups. After that you can deploy.

Create cluster

You can check here for instruction.

Deploy Kubernetes

Deploy backend

First, you have to deploy backend. Since it's required backend API endpoint.

You can check the detail inside the backend folder.

Deploy frontend

After finishing up the backend, you have to get backend URL and update your frontend index.html page for correct domain. Then push docker and update deployment.yaml file to use correct version of the docker build.

After that, you should be able to deploy. For the deployment you can check the frontend folder for detail.

About

Deploy backend/frontend application with EKS