aws-samples / eks-workshop-v2

Hands-on labs for Amazon EKS
https://www.eksworkshop.com
Apache License 2.0
447 stars 445 forks source link

CDK cluster provisioning #622

Open niallthomson opened 1 year ago

niallthomson commented 1 year ago

What would you like to be added?

Add an implementation of the cluster provisioning with CDK as an alternative to eksctl.

Why is this needed?

With the new workshop structure we have introduced the possibility of optionality with regards to how the EKS cluster is provisioned. Initially we provided a path using eksctl since this provides the most reliable results but we have had requests for this to be implemented in CDK as well.

See requirements: https://github.com/aws-samples/eks-workshop-v2/blob/main/docs/cluster_requirements.md

mahasiva-amazon commented 1 year ago

Please assign this request to me. I will write the CDK code for this

msidwell commented 6 months ago

@niallthomson I can take this over from mahasiva

andreprawira commented 1 week ago

@niallthomson @msidwell any updates on the CDK part? I need it, so far I have the ingress and argocd in CDK but its not complete