Skip to main content
Gå til innhold

Persistent Volumes

The PaaS cluster supports using kubernetes persistent volumes.

AWS provides several types of storage. These are made available to Kubernetes through storage classes, and the following are available on the Platon PAAS Kubernetes cluster:

StorageClassIOPSEncryptedExpandableDefaultDescription
gp33000YesYesXLatest generation General Purpose SSD.
st1500YesYesThroughput Optimized HDD

gp3 is the recommended StorageClass and default if storageClassName is not defined in PersistentVolumeClaim.

Usage

See the example project for usage information.