I am using kubernetes as an orchestration tool for docker and have the below use case:
I have two containers say container-1 and container-2
I am exposing VOLUME (say /app/data) in container-1 image and would like to access this volume in container-2. This is very similar to --volumes-from in docker I am looking for.