- Newest
- Most votes
- Most comments
Hello,
Thanks for reaching out to us at AWS re:Post. Sameer this side from EFS Support Team and here to assist further on the question you asked here.
As from the post, I can understand you are using EFS filesystem as a storage for Kubernetes cluster, wherein the access points on EFS filesystem are created dynamically using the CSI drivers. When using the EFS replication feature, the access points are not replicated. In a DR situation, you would like to know if there is a process to view the EFS volumes as seen in the source EFS filesystem, as you are currently pre-provisioning a PV statically and using them. Please correct me if I have misunderstood your query.
The EFS replication will replicate the data present in EFS filesystem (including the directories that are mapped to access point) and not the Access points created on the filesystem. Access points are part of the EFS configurations and the configurations do not replicate.
Due to this limitation, you need to perform the static provisioning in this scenario and point them to the existing EFS volumes [1].
I hope I was able to address your query on the post. In case of any follow-up queries/clarification, please proceed to open a case with AWS Support Engineering at [2]. Thanks for your patience & cooperation!
[1]. https://github.com/kubernetes-sigs/aws-efs-csi-driver/tree/master/examples/kubernetes/static_provisioning/specs [2]. https://console.aws.amazon.com/support/home#/case/create?issueType=technical
I had come to the same conclusions, thanks!
I was able to mount dynamic volumes of replicated filesystem as static PVC/PV, manually pointing to the directories that are mapped to access points. It's not a practical procedure but it's definitely possible. I will try to encourage the use of static provisioning.
Relevant content
- Accepted Answerasked a year ago
- asked 10 months ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 8 months ago