Kubernetes Persistent Volumes (PV) providers
Revision as of 11:56, 10 August 2022 by Cry (talk | contribs) (Created page with " GCEPersistentDisk AWSElasticBlockStore AzureFile AzureDisk CSI (Container Storage Interface) FC (Fibre Channel) FlexVolume (deprecated) Flocker NF...")
GCEPersistentDisk AWSElasticBlockStore AzureFile AzureDisk CSI (Container Storage Interface) FC (Fibre Channel) FlexVolume (deprecated) Flocker NFS iSCSI RBD (Ceph Block Device) CephFS Cinder (OpenStack block storage) Glusterfs VsphereVolume Quobyte Volumes HostPath (Single node testing only -- local storage is not supported in any way and WILL NOT WORK in a multi-node cluster) Portworx Volumes ScaleIO Volumes StorageOS Persisten
See also
- Kubernetes storage, storage classes, PersistentVolume (PV), PVC, CSI,
kind: StorageClass, kind: PersistentVolumeClaim, kind: PersistentVolume
,kubectl [ get | describe | edit ] pvc
,volumeClaimTemplates:
,kubectl patch pv
,FailedMount
, Volume Expansion, Volume Cloning, snapshots, ExtraVolumes, NotTriggerScaleUp,volumePVCDataSource, AllowVolumeExpansion
, EKS storage, provisioner, Storage Capacity Tracking,VolumeBinding, VolumeClaimTemplate, storage.k8s.io
, CKA Storage, DoKC, EmptyDir, Volume populators,storageclass.kubernetes.io
Advertising: