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ヶ月前810ビュー
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ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ