Amazon EFS CSI: Difference between revisions
Jump to navigation
Jump to search
Line 14: | Line 14: | ||
The overall process consists in the following steps: | The overall process consists in the following steps: | ||
# Deploy the Amazon EFS CSI driver to an Amazon EKS cluster | |||
# Provision the EFS file system statically. Only static volume provisioning is supported, which means that the EFS file system must be created outside the EKS cluster before being used. | # Provision the EFS file system statically. Only static volume provisioning is supported, which means that the EFS file system must be created outside the EKS cluster before being used. | ||
Revision as of 02:17, 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.
The overall process consists in the following steps:
- Deploy the Amazon EFS CSI driver to an Amazon EKS cluster
- Provision the EFS file system statically. Only static volume provisioning is supported, which means that the EFS file system must be created outside the EKS cluster before being used.
Explain how a pod gets the same file system share all the time.