K8s and Volumes with existing data

Hi everybody,
is it posible to match a volume to a local path witch is NFS storage on all my cluster members like i can do it on docker?
so for example mont the path /docker/some/data/ to a /data path inside a pod?
thanks in advanced
Matze

Use a ‘hostPath’ volume

2 Likes