Kubernetes resources

Table 1. Kubernetes resources for cache volumes
Kubernetes Resource Parameters
StorageClass A storage class with specific parameters for cache volumes. For more information, see Storage class for cache volume.
Secret A secret with the object storage details such as an object storage endpoint, a bucket name, a bucket access key and a bucket secret key. For more information, see a secret example in Creating cache volumes.
PersistentVolumeClaim (PVC) A PVC with a storage class for cache volumes. When a PVC is created with a storage class parameter volumeType="cache", and the parameter cacheMode is not specified in the storage class then a default cache mode is selected based on the volume access mode that is specified in the PVC. By default, for the volume access mode ReadOnlyMany (ROX) the readonly cache mode is used, and for the other volume access modes, the parallel cache mode is used.
CacheVolume CR A CacheVolume CR is created automatically when a cache volume is created. The CacheVolume CR can be used to see the details of the object storage bucket and other status information.
CacheVolumeOperation CR To trigger a download or eviction operation on a cache volume, you must create CacheVolumeOperation CR. For more information, see CacheVolumeOperation.