Amazon EFS CSI: Difference between revisions
Jump to navigation
Jump to search
Line 11: | Line 11: | ||
=Overview= | =Overview= | ||
Amazon EFS CSI driver makes possible consuming | Amazon EFS CSI driver makes possible consuming an [[Amazon_Elastic_File_System_Concepts#EFS_File_System|EFS file system]] from an EKS pod via a standard Persistent Volume Claim/Persistent Volume mechanism. | ||
<font color=darkgray>Explain how a pod gets the same file system share all the time.</font> | <font color=darkgray>Explain how a pod gets the same file system share all the time.</font> |
Revision as of 01:57, 20 August 2020
External
- https://docs.aws.amazon.com/eks/latest/userguide/efs-csi.html
- https://github.com/kubernetes-sigs/aws-efs-csi-driver
Internal
Overview
Amazon EFS CSI driver makes possible consuming an EFS file system from an EKS pod via a standard Persistent Volume Claim/Persistent Volume mechanism.
Explain how a pod gets the same file system share all the time.