On-demand and highly-available
Block Volumes

Fully integrated

The Symbiosis CSI controller is automatically installed with your Kubernetes cluster.

Symbiosis will automatically provision volumes whenever a Persistent Volume Claim (PVC) resource is created.

apiVersion: v1
kind: PersistentVolumeClaim
metadata:
  name: my-pvc
spec:
  volumeName: my-volume
  resources:
    requests:
      - storage: 8Gi
  • Up to 1 terabyte

    Define storage of any size up to a terabyte. Contact our support if you have a need for larger volumes.

  • 3x redundancy

    Resilient and fault tolerant storage with automatic replication that guards your volumes against data loss.

  • LUKS encryption

    Encrypted block volumes with LUKS adds an extra layer of security to your data.

Documentation

Read our tutorial on how to provision volumes using Persistent Volume Claims.