Product
Company
Get Started
Run your most demanding database applications in the cloud with industry-leading performance. Volumez quality-of-service guarantees performance and eliminates the noisy neighbor problem in shared cloud environments.
Policies are declarative templates for the characteristics of Persistent Volumes. Policies are typically maintained by Platform Engineers and provide guiderails for DevOps during the provisioning process:
apiVersion: storage.k8s.io/v1
kind: StorageClass
metadata:
Name: postgres-prod
provisioner: vlz
volumeBindingMode: WaitForFirstConsumer
parameters:
Policy: postgres-prod
VolumeType: file
allowVolumeExpansion: true
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: proddb
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 4096Gi
storageClassName: postgres-prod