EBS vs EFS with EKS

0

Which one I can used with windows instance and which one I can used with Linux instance.

Does FSx better option for the windows instance and what about the cost comparing with EBS because I believe EFS isn't working with window instance.

Thank you

asked a year ago848 views
2 Answers
2

Hi,

The Amazon Elastic Block Store (Amazon EBS) Container Storage Interface (CSI) driver allows Amazon Elastic Kubernetes Service (Amazon EKS) clusters to manage the lifecycle of Amazon EBS volumes for persistent volumes.

Please refer to the user guide: https://docs.aws.amazon.com/eks/latest/userguide/ebs-csi.html

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.

Hope this helps.

AWS
answered a year ago
1

It depends on what scenario you are referring to. EFS can also fit if you are attaching like logs with large volume of data. https://repost.aws/knowledge-center/efs-choosing-correct-throughput-mode Currently, S3 mountpoint comes out and can be utilized and S3FS: https://aws.amazon.com/blogs/storage/the-inside-story-on-mountpoint-for-amazon-s3-a-high-performance-open-source-file-client/

AWS
jjpe
answered 8 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions