Ruk-Com PaaS Documentation

Build, deploy and operate applications on the platform.

RUK-COM PAAS / DATA STORAGE CONTAINER

Local Filesystem

This guide is maintained for Ruk-Com PaaS. Screens and options may vary by platform version and account permissions.

Confirm the environment, region and account permissions, and back up current settings before changing a production system.

This kind of storage is used to persist the data, which needs to be kept during container lifecycle, but is not required to be shared across other nodes. If drawing an analogy, basically it’s kind of a folder you create inside a server. Commonly, it’s not implied that the data such a folder contains should be kept during different maintenance processes. But in confines of Docker Standard Support at the platform, creating a local volume in such a container represents an highly efficient way to protect your data (e.g., during the redeploy operation).

Image 27: local filesystem storage Among the main advantages of local file system storage type, can be admitted simplicity of data control and its full local availability (as no network issue can affect its accessibility). Such storage can be used, for example, to save log files, which you don’t want to be erased, or for your load balancer’s configuration files, in order to not to lose the existing nodes’ linking structure.

Learn how to: