Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yjw113080/aws-cdk-eks-multi-region-skeleton
https://github.com/yjw113080/aws-cdk-eks-multi-region-skeleton
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yjw113080/aws-cdk-eks-multi-region-skeleton
- Owner: yjw113080
- Created: 2020-04-07T11:46:27.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T10:51:30.000Z (almost 2 years ago)
- Last Synced: 2024-07-10T13:13:11.617Z (4 months ago)
- Language: TypeScript
- Size: 856 KB
- Stars: 15
- Watchers: 2
- Forks: 17
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Manage your EKS Cluster with CDK
This repository holds the skeleton code where you would start the journey to *[Manage your EKS Cluster with CDK](http://demogo-multiregion-eks.s3-website.ap-northeast-2.amazonaws.com/ko/)* Hands-on Lab.Please clone this repository and start [the workshop](http://demogo-multiregion-eks.s3-website.ap-northeast-2.amazonaws.com/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](http://demogo-multiregion-eks.s3-website.ap-northeast-2.amazonaws.com/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.