-
Notifications
You must be signed in to change notification settings - Fork 321
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
[EKS] [fargate] [request]: Support graviton architecture for fargate nodes spawned by EKS #1629
Comments
any news on this? was it added to the roadmap? |
Got 90% through the way of configuring EKS Fargate today and then realised there's no arm64 support. Didn't even consider that this would be left out! Is there any timeline for this? We dropped x86_64 builds for some services a while ago to simplify CI. |
I'm in similer situation. Walked through almost all of CI pipeline settings, but found out there is no support on EKS cluster. |
btw I did the same thing. Went all the way to converting my images to arm64 arch only to find out it's not possible to run them with fargate on EKS :( |
If they can do this and somehow drop the cost for the control plane I could finally move all my personal projects off DigitalOcean and into AWS. (Which I use for all my professional work) |
Yes, the organization I'm working with would really like to have this feature. We can run everything ARM, and such could take advantage of the lower-cost compute. Bummer that it isn't available. :-( |
We are also 100% ARM compatible, are awaiting this support, and are evaluating switching off Fargate if it isn't supported soon. |
I was disappointed to learn that arm is not available in Fargate profile. |
having access to this could significantly assist in our journey of embracing graviton: |
Commenting that I would also like to see this feature as I got 90% of the way to configuring running pods just to see that ARM isn't supported :( |
coredns also recently fixed builds for arm and today cut the first release that built arm images.
Considering coredns is a long-running cluster service, switching it over to graviton/arm would make for easy cost savings. |
Same here, would love to see this, as ECS already has it! |
Any news ? |
Would love to be able to burst into Fargate ARM fabric within EKS. It would enable some very efficient architectures. |
++1 Would love to be able to burst into Fargate ARM fabric with EKS for short term compute intensive tasks. |
+1 |
++1 |
Please stop this +1 comments… |
I would also like to see this feature soon as we are moving towards graviton |
My company would like to see this implemented also |
My company would like to see this implemented also. |
+++1 |
Amazon is really slacking here. |
A lot of companies in Korea are hesitant to switch arch to FARGATE. just because it doenst support ARM architectures |
Just to chime in here, we abandoned Fargate for Managed Node Groups and ARM64 was the straw that broke that camel's back. |
+1 |
Disappointed for this one not to appear at re:invent - it just seems so odd for it to have existed happily for ECS for so long to still be missing from EKS. |
+1 |
me too
…On Mon, 4 Dec 2023 at 18:38 Nicolai Antiferov ***@***.***> wrote:
image.png (view on web)
<https://github.com/aws/containers-roadmap/assets/75987872/3da40571-8103-4d70-993e-daee4eaa3e4e>
—
Reply to this email directly, view it on GitHub
<#1629 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AELPDJKIUS2BZM3CUD6YKODYHXBVVAVCNFSM5MGIPH2KU5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TCOBTHA2TONBSGY3A>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
@tabern, can you maybe add this to the containers-roadmap project? |
Even though we are not able to explicit request an ARM node, is it possible to achieve it? For example using an ARM-only container imagem? |
We would be glad to see this feature implemented too. Majority of our clusters are Graviton-only and Fargate nodes only kept on amd64 due to this. |
We decided to do the same. Managed node groups have other advantages besides that, we cut out cost in comparison to fargate and pods spin up much faster |
Currently, there seems to be no way to choose the architecture for fargate nodes spawned by EKS clusters.
This could be configurable in the fargate profile, or even better, transparently by setting the kubernetes.io/arch=arm64 nodeselector in kubernetes deployments
Community Note
Tell us about your request
What do you want us to build?
Which service(s) is this request for?
This could be Fargate, ECS, EKS, ECR
Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard?
What outcome are you trying to achieve, ultimately, and why is it hard/impossible to do right now? What is the impact of not having this problem solved? The more details you can provide, the better we'll be able to understand and solve the problem.
Are you currently working around this issue?
How are you currently solving this problem?
Additional context
Anything else we should know?
Attachments
If you think you might have additional information that you'd like to include via an attachment, please do - we'll take a look. (Remember to remove any personally-identifiable information.)
The text was updated successfully, but these errors were encountered: