https://github.com/awsdataarchitect/eks-blueprint-cdk
Open-source code for using AWS-CDK to provision an EKS Cluster using EKS Blueprints with Kubernetes version 1.30 (Application running a Super Mario Bros. game)
https://github.com/awsdataarchitect/eks-blueprint-cdk
aws cdk eks kubernetes mario-bros
Last synced: about 2 months ago
JSON representation
Open-source code for using AWS-CDK to provision an EKS Cluster using EKS Blueprints with Kubernetes version 1.30 (Application running a Super Mario Bros. game)
- Host: GitHub
- URL: https://github.com/awsdataarchitect/eks-blueprint-cdk
- Owner: awsdataarchitect
- License: mit
- Created: 2024-05-27T22:02:25.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-27T22:20:38.000Z (about 2 years ago)
- Last Synced: 2024-05-28T08:08:47.710Z (about 2 years ago)
- Topics: aws, cdk, eks, kubernetes, mario-bros
- Language: TypeScript
- Homepage: https://vivek-aws.medium.com/amazon-eks-with-kubernetes-version-1-30-using-aws-cdk-99186e58dabb
- Size: 127 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Open-source code for using AWS-CDK to provision an EKS Cluster using EKS Blueprints with Kubernetes version 1.30 (Application running a Super Mario Bros. game)
This is a CDK project written in TypeScript that provisions an EKS Cluster using EKS Blueprints with Kubernetes V1.30 and the required Kubernetes EKS add-ons (Amazon VPC CNI and AWS Load Balancer Controller) along with the Kubernetes manifests (Deployment, Service, Ingress) to launch the Dockerized version of the popular Super Mario Bros. game.
For more details on how to deploy the infrastructure and the solution details, please refer to the Blog Post:
* [v1.30: Amazon EKS with Kubernetes version 1.30 (Uwubernetes) using AWS-CDK](https://aws.plainenglish.io/amazon-eks-with-kubernetes-version-1-30-using-aws-cdk-99186e58dabb).
The `cdk.json` file tells the CDK Toolkit how to execute your app.
## Useful commands
* `npm run build` compile typescript to js
* `npm run watch` watch for changes and compile
* `npm run test` perform the jest unit tests
* `cdk deploy` deploy this stack to your default AWS account/region
* `cdk diff` compare deployed stack with current state
* `cdk synth` emits the synthesized CloudFormation template
