graydenshand / eks_jupyterhub

Jupyterhub on EKS
2 stars 1 forks source link

Efs csi driver #1

Closed graydenshand closed 1 year ago

graydenshand commented 1 year ago

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