Best practice for shared r/w storage between nodes in Google Container Engine -
i have ruby on rails cms app. images stored in folder based on db auto-increment id. best practice sharing folder between containers run on multiple nodes?
the app caching cropped versions of image files. if use google sql, think ensure there never same filename on orginale written file. cached versions should maybe stored differently?
Comments
Post a Comment