https://github.com/nikovirtala/cdk-eks-experiment
CDK experiments around EKS.
https://github.com/nikovirtala/cdk-eks-experiment
aws aws-cdk aws-eks aws-lambda bash cdk cdk-examples eks iac kubernetes projen
Last synced: 3 months ago
JSON representation
CDK experiments around EKS.
- Host: GitHub
- URL: https://github.com/nikovirtala/cdk-eks-experiment
- Owner: nikovirtala
- License: mit
- Created: 2021-03-06T17:20:50.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-04-19T00:07:22.000Z (about 1 year ago)
- Last Synced: 2025-04-19T09:56:20.568Z (about 1 year ago)
- Topics: aws, aws-cdk, aws-eks, aws-lambda, bash, cdk, cdk-examples, eks, iac, kubernetes, projen
- Language: TypeScript
- Homepage:
- Size: 3.38 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cdk-eks-experiment
This repository contains all kinds of experiments around [Amazon Elastic Kubernetes Service](https://docs.aws.amazon.com/eks/latest/userguide/what-is-eks.html) (EKS), and they implemented using [AWS Cloud Development Kit](https://docs.aws.amazon.com/cdk/latest/guide/home.html) (CDK).
Currently deploys:
- EKS Control Plane
- [VPC CNI](https://docs.aws.amazon.com/eks/latest/userguide/pod-networking.html) as [EKS add-on](https://aws.amazon.com/blogs/containers/introducing-amazon-eks-add-ons/)
- [Argo CD](https://argoproj.github.io/argo-cd/) – using Bash in Lambda and CDK Triggers :)
- [AWS Load Balancer Controller](https://docs.aws.amazon.com/eks/latest/userguide/aws-load-balancer-controller.html)
⚠️ Always under construction. You probably shouldn't try to implement these concepts as is in the production.
## ref.
### CDK Triggers
- https://github.com/awslabs/cdk-triggers
- https://www.npmjs.com/package/cdk-triggers
### Lambda with Docker
- https://sbstjn.com/blog/aws-cdk-lambda-docker-container-example/
### Lambda Custom Runtime
- https://docs.aws.amazon.com/lambda/latest/dg/runtimes-walkthrough.html
- https://docs.aws.amazon.com/lambda/latest/dg/runtimes-images.html
### AWS Load Balancer Controller
- https://docs.aws.amazon.com/eks/latest/userguide/aws-load-balancer-controller.html
- https://github.com/kubernetes-sigs/aws-load-balancer-controller