Is it possible to configure volume workload/Pod to NAS outside from the kubernetes cluster?

I have kubernetes cluster with
3 node master and
3 node worker with
2 phisycal server and
I have a NAS that i designed to store data from applications running on a kubernetes cluster.

and i have an application run on it, with HPA 3-10 Pod.

Is it possible to configure volume workload/Pod to NAS outside from the kubernetes cluster ?

with the same configuration, that the application keeps running on every worker node?