Volumes
IOMETE offers a feature for customization of Kubernetes Volume types attached to Spark workloads.
Volume list
To see the Volume list, go to the Settings
menu and click on the Volumes
tab. You can edit an existing volume or create a new one.
Create volume
To create new volume, click the button.
After that, you'll see the following options for configuration.
There are 2 types:
- Host Path: Mounts a directory directly from the host (node) machine's filesystem into a pod.
- On Demand PVC: You can mount a dynamically-created persistent volume claim per executor by using this OnDemand option.
- tmpfs: (RAM-backed filesystem): Mounts a temporary directory in the container's memory. More details provided below.
If selected type is Host Path:
- Host Path: Provide directory to mount.
If selected type is On Demand PVC:
-
Storage class name: Name for storage class. Available list of storage classes can be retrieved with
kubectl get storageclass
command. -
Max size: Maximum storage capacity requested in a PVC per executor.
-
Resource tags Tags are custom name/value pairs that you can assign to IOMETE resources. These tags enable you to categorize and organize your resources effectively.