Closed graydenshand closed 1 year ago
Switches persistence layer from EBS to EFS.
EBS volumes doesn't support a ReadWriteMany claim, which is needed for a "shared" directory on jupyterhub.
ReadWriteMany
Beyond this, EFS seems simpler to manage from a backup and administration perspective.
https://docs.aws.amazon.com/eks/latest/userguide/efs-csi.html
What
Switches persistence layer from EBS to EFS.
Why
EBS volumes doesn't support a
ReadWriteMany
claim, which is needed for a "shared" directory on jupyterhub.Beyond this, EFS seems simpler to manage from a backup and administration perspective.
Resources
https://docs.aws.amazon.com/eks/latest/userguide/efs-csi.html