TL;DR


- Create an EKS cluster using AWS CDK Python

- Provision infrastructure via AWS CloudFormation

- The setup includes a VPC, EKS control plane, and a managed EC2 node group

- Configure IAM access to use kubectl

- Verify the cluster and clean up resources when done




Introduction


About 2 years ago, I’ve been using AWS CDK to...