What would be an ideal way to share writable volume across containers for a web server?

前端 未结 3 871
半阙折子戏
半阙折子戏 2020-12-22 12:25

The application in question is Wordpress, I need to create replicas for rolling deployment / scaling purposes.

It seem can\'t create more then 1 instance of the sam

3条回答
  •  旧时难觅i
    2020-12-22 12:58

    I think what you are trying to solve is having a central location for wordperss media files, in that case this would be a better solution: https://wordpress.org/plugins/gcs/

    Making your kubernetes workload truly stateless and you can scale horizontally.

提交回复
热议问题