This is more of a k8s/EKS question than a Pulumi o...
# kubernetes
p
This is more of a k8s/EKS question than a Pulumi one, but I'm hoping someone here will have some insight. I'm provisioning EKS clusters. I'm setting up the efs-csi driver for PVC. I could have 1 EFS drive and use a separate Access Point for each service which needs PV, or I could make an EFS drive for each service. I can't decide which is better or if there's really any difference. What would you do and why?