How to mimic '--volumes-from' in Kubernetes

后端 未结 5 1274
你的背包
你的背包 2020-12-02 12:32

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

5条回答
  •  醉话见心
    2020-12-02 12:40

    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.

提交回复
热议问题