How Can We Help?
< All Topics
Print

Master Container

Storing Data in Master Container

The master container type of data storing becomes the most efficient, when you don’t need to export files on different environments but face the necessity to share your data in the confines of a single node layer.

In such a case, you do not require a separate storage container and can use the initial (master) node of the layer as your storage server. E.g. if your application uses some pool of images on compute nodes, you can just share a folder with them for the whole layer. This ensures the availability of the same content at all containers and, simultaneously, eliminates the necessity to synchronize and keep this data copy at each node.

master container data storing

So, this way, you get rid from data duplications, lowering disk space consumption, which also reduces overall environmental cost. Moreover, as a separate Storage node is not used here (since everything is kept within layer’s master container), no additional environment elements (and thus funds) are required to implement this structure.

Table of Contents