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:
StorageClass | IOPS | Encrypted | Expandable | Default | Description |
---|---|---|---|---|---|
gp3 | 3000 | Yes | Yes | X | Latest generation General Purpose SSD. |
st1 | 500 | Yes | Yes | Throughput Optimized HDD |
gp3
is the recommended StorageClass
and default if storageClassName
is not defined in PersistentVolumeClaim.
Usage
See the example project for usage information.