염지원님의 워크숍강의를 보고 실습한 것임을 밝힙니다.
REF: https://cdk-eks-devops.workshop.aws/ko/10-intro.html
실습하면서 정리한 내용 https://docs.google.com/document/d/18oRjgun7qgn21nHrB8WEgjwPLo1pr3FmybJPcbav2eo/edit?usp=sharing 그리고 프로젝트 보고서의 3번째 부분이 MultiRegion 배포 방식에 대한 내용입니다.
- Skeleton Repository: You would clone this repository and build up the code as going through the steps in the lab.
- Full-code Repository: Once you complete the workshop, the code would look like this repository! You can also use this repository as a sample code to actually build CDK project for your own infrastructure and containers.
- CI/CD for CDK: Fabulous CDK team is working on providing CI/CD natively, in the meantime, you can check out simple way to do it with AWS CodePipeline and CodeBuild.
- Sample App for Multi-region Application Deployment: In third lab of this workshop, you will deploy your application in your developer's shoes. This repository holds the sample app to deploy. The sample simply says 'Hello World' with the information where it is hosted.