Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yjw113080/aws-cdk-eks-multi-region


https://github.com/yjw113080/aws-cdk-eks-multi-region

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Manage your EKS Cluster with CDK
This repository holds the full code after following the steps in *[Manage your EKS Cluster with CDK](https://cdk-eks-devops.workshop.aws/ko/)* Hands-on Lab.

Please follow [this link](https://cdk-eks-devops.workshop.aws/ko/) to play with the lab. :)

## Related Repository
* [Skeleton Repository](https://github.com/yjw113080/aws-cdk-eks-multi-region-skeleton): You would clone this repository and build up the code as going through the steps in the lab.
* [Full-code Repository](https://github.com/yjw113080/aws-cdk-eks-multi-region): 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](https://github.com/yjw113080/aws-cdk-multi-region-cicd): 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](https://github.com/yjw113080/aws-cdk-multi-region-sample-app): In third lab of [this workshop](https://cdk-eks-devops.workshop.aws/ko/), 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.