FSx for Windows EKS Nodes

0

We are looking to add a number of Windows EKS nodes to an already existing Linux EKS node group. The current Node group uses EFS and the EFS CSI Driver. However, the EFS CSI Driver is not supported by Windows. Would we then add an FSx share for the Windows EKS nodes to use, or should we add an EBS node to use the EBS CSI driver? Looking through the docs EBS, FSx, EFS, and EKS and I dont see this pointed out anywhere. Any information would be helpful.

https://aws.github.io/aws-eks-best-practices/windows/docs/storage/ says to use In-tree Volume Plugin: awsElasticBlockStore. However, following that link shows it to be deprecated as of version 1.17 (up to 1.25 i think now).

질문됨 2년 전683회 조회
2개 답변
2
수락된 답변

Hi There

Kubernetes Container Storage Interface (CSI) allows central control of different persistent storage options in the Kubernetes cluster. With the addition of the CSI proxy to the Amazon EKS Optimized Windows AMI, customers can now easily use CSI in their Windows workloads running on Amazon EKS.

Take a look at this blog post: https://aws.amazon.com/blogs/modernizing-with-aws/using-smb-csi-driver-on-amazon-eks-windows-nodes/

Also, you can use FSx as a solution for both Linux and Windows nodes using the above information. See also https://aws.amazon.com/blogs/containers/using-amazon-fsx-for-windows-file-server-as-persistent-storage-on-amazon-eks/ for info on connecting Linux nodes to FSx.

profile pictureAWS
전문가
Matt-B
답변함 2년 전
1
  • Now that I have had time to chew on this... Does the CSI Proxy in the EKS Windows AMI allow installation and usage of the EFS CSI driver? If so, how do I install the EFS CSI in Windows?

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠