This repository holds the skeleton code where you would start the journey to Manage your EKS Cluster with CDK Hands-on Lab.
Please clone this repository and start the workshop to play with the lab. :)
- 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.