Host Volume Best Practice

HI,

Just asking myself if best pratice for host volume is to create one global host volume for every job or create a volume for each statefull job?

1 Like

Hi @vincentDcmps ,
I guess it would depend on the workload and type of volume.
I started off using individual AWS ECR ( basically nfs ) share per job but it quickly got out of hand. I went back to 1 ECR volume with separate directories and did a separate volume mounting the specific directory per job. For high-intensity workloads, I will do a separate ECR share and volume to separate the load out.

1 Like