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

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Tags: Mobile web edit, Mobile edit
Line 4: Line 4:
  
 
   [[kubectl get pvc]]
 
   [[kubectl get pvc]]
 +
 +
 +
GCEPersistentDisk
 +
AWSElasticBlockStore
 +
AzureFile
 +
AzureDisk
 +
CSI
 +
FC (Fibre Channel)
 +
FlexVolume
 +
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
 +
 +
  
 
== Related terms ==
 
== Related terms ==

Revision as of 15:38, 30 August 2020

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

kubectl describe pvc mysql-pv-claim
 kubectl get pvc


GCEPersistentDisk
AWSElasticBlockStore
AzureFile
AzureDisk
CSI
FC (Fibre Channel)
FlexVolume
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


Related terms

See also

Advertising: