Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 829 Bytes

README.md

File metadata and controls

42 lines (27 loc) · 829 Bytes

ResumeAI

Overview

This projects overviews on how to deploy MEAN Application using Kubernetes K8's

Features

  • Dockerfile for the application
  • Docker Compose for multi-container orchestration
  • CI/CD pipeline using Jenkins
  • Deployment on local Minikube
  • Deployment on AWS EKS

Requirements

  • Docker
  • Docker Compose
  • Jenkins
  • Minikube
  • AWS CLI
  • kubectl

Steps

  • Create AWS Cluster using EKS

Cloud Formation

  • Set cluster current context to created cluster

Set Cluster

  • Describe the cluster using the command

Describe Cluster

  • Apply the kubernetes files and get load balancer of Backend and put it on url of Angular API route

Set Route

  • Now apply frontend as well now you would see this working

Frontend Media