Difference between revisions of "Kubernetes Persistent Volumes (PV)"

From wikieduonline
Jump to navigation Jump to search
Line 8: Line 8:
 
  AzureFile
 
  AzureFile
 
  AzureDisk
 
  AzureDisk
  CSI
+
  [[CSI]]
 
  FC (Fibre Channel)
 
  FC (Fibre Channel)
 
  [[FlexVolume]] (deprecated)
 
  [[FlexVolume]] (deprecated)
Line 20: Line 20:
 
  VsphereVolume
 
  VsphereVolume
 
  Quobyte Volumes
 
  Quobyte Volumes
  HostPath (Single node testing only -- local storage is not supported in any way and WILL NOT WORK in a multi-node cluster)
+
  [[HostPath]] (Single node testing only -- local storage is not supported in any way and WILL NOT WORK in a multi-node cluster)
 
  Portworx Volumes
 
  Portworx Volumes
 
  ScaleIO Volumes
 
  ScaleIO Volumes

Revision as of 07:53, 14 July 2022

Persistent Volumes subsystem provides an API for users and administrators that abstracts details of how storage is provided from how it is consumed

GCEPersistentDisk
AWSElasticBlockStore
AzureFile
AzureDisk
CSI
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


News

  • v1.11 Resizing Persistent Volumes using Kubernetes in alpha


Related terms

See also

Advertising: