Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 1.01 KB

README.md

File metadata and controls

19 lines (12 loc) · 1.01 KB

Assignment for DevOps Engineer

Instructions

  • To create a secured infrastructure to deploy the application on cloud through any IAC code preferably terraform including EKS, VPC and other components you can think of.

  • Containerize code with Docker , write Dockerfile keeping in mind best practices.

  • Automate the deployment by writing secure ci/cd pipeline using DevSecOps methodology and deploy to kubernetes.

  • The code containes two application one in angular and other in react, create two dockerfiles one for each and deploy to kubernetes, make sure you attach a domain to your application and use ingress and route to angular appication through /dashboard and react application on root domain. EX example.com and example.com/dashboard.

  • Fork this repo and make all the required changes

NOTE: