terraform-aws-eks
terraform-aws-eks copied to clipboard
Fargate Node Groups
It would be nice to be able to use fargate with eks.
📝
- https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/eks_fargate_profile
- https://docs.aws.amazon.com/eks/latest/userguide/fargate-getting-started.html
I think a nice design would be a module that could be used in place of the asg_node_group
allowing pods to run on fargate.