Hi everyone, any best terraform module with AWS ek...
# terraform
n
Hi everyone, any best terraform module with AWS eks cluster, node group, auto scaling group, load balancer.
a
Would use the AWS EKS Module and take a look at their Karpenter (node pool autoscaling) example https://github.com/terraform-aws-modules/terraform-aws-eks/tree/master/examples/karpenter Load balancer would be provisioned by workloads deployed to the cluster
n
Thanks @Andrew Kirkpatrick for the information. Will check this out.