-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[feature] Fargate for EKS #609
Comments
How does this look from a Terraform perspective? What new resources? |
Yeah, I dont know quite much at this moment either. |
Provider 2.41.0 added These need a suitable IAM role to be created: docs We could also handle a map of profile name to namespace and labels, and create the profiles in a |
There is currently a limitation. Not every region support it.
|
AWS tracks the roll-out progress in their public roadmap: aws/containers-roadmap#620 |
I'd just like to toss in a +1 for this feature request. Been banging my head against adding Fargate to EKS via Terraform for the last day or so, modding other Terraform modules ( Edit: Edit 2: The module will either need to create a single Fargate profile which watches multiple Namespaces by using the |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I'm really interested in seeing fargate profiles added as well. |
This would be extremly useful. |
Adding Fargate on a deployment only requires few lines of code, it's very quick, this is mine:
I totally understand that argument where people would like to keep the module simple, otherwise they become a mess. |
The PR #1067 add fargate support. We need reviewers and help for tests. |
v13.2.0 is released with the EKS fargate support. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
I have issues
I'm submitting a...
new announcement
https://aws.amazon.com/about-aws/whats-new/2019/12/run-serverless-kubernetes-pods-using-amazon-eks-and-aws-fargate/
Run Serverless Kubernetes Pods Using Amazon EKS and AWS Fargate
Posted On: Dec 3, 2019
You can now use Amazon Elastic Kubernetes Service (EKS) to run Kubernetes pods on AWS Fargate, the serverless compute engine built for containers on AWS. This makes it easier than ever to build and run your Kubernetes applications in the AWS cloud.
EKS support for Fargate is available in US East (Virginia), US East (Ohio), Europe (Ireland), and Asia Pacific (Tokyo) regions.
Related AWS container-roadmap issue
aws/containers-roadmap#32 (comment)
The text was updated successfully, but these errors were encountered: