Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
abhaybajeta07 authored Jan 22, 2024
1 parent f13e35e commit 9ae32a1
Showing 1 changed file with 18 additions and 8 deletions.
26 changes: 18 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
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: Url should be working while submission
Include security in every stage of process.
# 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:
- Url should be working while submission.
- Include security in every stage of process.

0 comments on commit 9ae32a1

Please sign in to comment.