- Create a EKS cluster with two m5.large instances
- Create a deployment with three replicas in EKS
- Create a service as load balancer via AWS CLB or NLB
cdk deploy
or use NLB as load balancer
cdk deploy -c load-balancer-type=nlb
cdk deploy
or use NLB as load balancer
cdk deploy -c load-balancer-type=nlb