Having a persistent layer for all the shiny pods for the same app in EKS

We have use case where would want the users to access some data. We are thinking of preparing a persistent layer so that all the pods can access this.
This is not working with EKS, can anyone help me or guide me?

Hi

Can you elaborate on this? What exactly is not working?

In case of EKS, there a few options to make (common) data available to pods. We typically make use of:

Amazon offers other tools for data storage (Amazon FSx etc), but I don’t have much experience with these in EKS.