Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yjw113080/aws-cdk-eks-multi-region
- Owner: yjw113080
- License: other
- Created: 2020-03-24T06:19:01.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T04:36:18.000Z (almost 2 years ago)
- Last Synced: 2024-07-10T13:13:14.212Z (4 months ago)
- Language: TypeScript
- Size: 497 KB
- Stars: 26
- Watchers: 2
- Forks: 9
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.