I\'m looking for a pattern that allows to share volumes between two containers running on the same pod in Kubernetes.
My use case is: I have a Ruby on Rails applicat
Further update from the future:
There is now a FlexVol plugin for Docker volumes: https://github.com/dims/docker-flexvol
At the time of writing, FlexVol is still an alpha feature though, so caveat emptor.