AWS EKS Managed Node groups to Fargate

0

Hi

I am currently running my workload on EKS using Managed node groups. I am looking at options to leverage Fagate for my EKS cluster. I currently run both stateless and stateful workloads using NLB. I would like to make this migration from managed to Fargate as a Zero down time migration without impacting my customers.

This is my thinking at a high level,

a. Create a New Fargate profile on my existing 1.20 cluster with required selectors with required namespaces b. Taint the Manged worker nodes and Drain the pods

My questions

a) Has anyone done such migrations? Will you be able to share your experiences / any gotchas? b) I have 100s namespaces, Looks like there is a limitation on the number of selectors you can have on the Fargate profile. Can I specify all the namespaces in a single profile? Any known limitations in creating number of profiles? c) CSI Drive installation seems to be a manual step on the existing clusters. Any experiences?

Thank you

Raja
已提问 9 个月前812 查看次数
1 回答
0

Hi, This blog post proposes an implemetation of the Fargate + EKS integration: https://aws.amazon.com/blogs/containers/building-and-deploying-fargate-with-eks-in-an-enterprise-context-using-the-aws-cloud-development-kit-and-cdk8s/

The corresponding reference documentation is here : https://docs.aws.amazon.com/eks/latest/userguide/fargate.html

Best,

Didier

profile pictureAWS
专家
已回答 9 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则