Skip to main content

Volumes

In the context of Sleakops, volumes refer to AWS/Kubernetes storage resources attached to a cluster. They serve as general storage for specified containers. Pods can only interact with these volumes if they are explicitly attached to them.

You can define the volumes in the Project form:

PROJECT-volumes-form

Whenever a volume is needed, Sleakops deploys an EFS CSI Driver within the cluster. This allows every Project to have its own unique volume mount, storing folders based on the paths you specify.

A practical use-case for Volumes is when you want all your pods to access the same files, such as a shared folder that requires its content to be persistent.