-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f13e35e
commit 9ae32a1
Showing
1 changed file
with
18 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |