TL;DR


- Created an EKS cluster and deployed a workload using AWS CDK

- Separated stack between infrastructure and application

- Defined Kubernetes resources (ConfigMap, Deployment, Service) in code

- Learned why cdk deploy --all is often required to apply updates

Now that we have a running EKS cluster created with AWS CDK, it’s time to...