Difference between revisions of "Kubernetes provisioner"

From wikieduonline
Jump to navigation Jump to search
Line 8: Line 8:
 
https://kubernetes.io/docs/concepts/storage/storage-classes/
 
https://kubernetes.io/docs/concepts/storage/storage-classes/
 
  Volume Plugin Internal Provisioner Config Example
 
  Volume Plugin Internal Provisioner Config Example
  AWSElasticBlockStore ✓ AWS EBS
+
  [[AWSElasticBlockStore]] ✓ AWS EBS
  AzureFile ✓ Azure File
+
  [[AzureFile]] ✓ Azure File
  AzureDisk ✓ Azure Disk
+
  [[AzureDisk]] ✓ Azure Disk
  CephFS - -
+
  [[CephFS]] - -
  Cinder ✓ OpenStack Cinder
+
  [[Cinder]] ✓ OpenStack Cinder
  FC - -
+
  [[FC]] - -
  FlexVolume - -
+
  [[FlexVolume]] - -
  Flocker ✓ -
+
  [[Flocker]] ✓ -
  GCEPersistentDisk ✓ GCE PD
+
  [[GCEPersistentDisk]] ✓ GCE PD
  Glusterfs ✓ Glusterfs
+
  [[Glusterfs]] ✓ Glusterfs
  iSCSI - -
+
  [[iSCSI]] - -
  Quobyte ✓ Quobyte
+
  [[Quobyte]] ✓ Quobyte
  NFS - NFS
+
  [[NFS]] - NFS
  RBD ✓ Ceph RBD
+
  [[RBD]] ✓ Ceph RBD
  VsphereVolume ✓ vSphere
+
  [[VsphereVolume]] ✓ vSphere
  PortworxVolume ✓ Portworx Volume
+
  [[PortworxVolume]] ✓ Portworx Volume
  ScaleIO ✓ ScaleIO
+
  [[ScaleIO]] ✓ ScaleIO
  StorageOS ✓ StorageOS
+
  [[StorageOS]] ✓ StorageOS
  Local - Local
+
  [[Local]] - Local
  
  

Revision as of 22:59, 31 May 2022


kubectl get storageclass
NAME            PROVISIONER             RECLAIMPOLICY   VOLUMEBINDINGMODE      ALLOWVOLUMEEXPANSION   AGE
gp2 (default)   kubernetes.io/aws-ebs   Delete          WaitForFirstConsumer   false                  11d


https://kubernetes.io/docs/concepts/storage/storage-classes/

Volume Plugin	Internal Provisioner	Config Example
AWSElasticBlockStore	✓	AWS EBS
AzureFile	✓	Azure File
AzureDisk	✓	Azure Disk
CephFS	-	-
Cinder	✓	OpenStack Cinder
FC	-	-
FlexVolume	-	-
Flocker	✓	-
GCEPersistentDisk	✓	GCE PD
Glusterfs	✓	Glusterfs
iSCSI	-	-
Quobyte	✓	Quobyte
NFS	-	NFS
RBD	✓	Ceph RBD
VsphereVolume	✓	vSphere
PortworxVolume	✓	Portworx Volume
ScaleIO	✓	ScaleIO
StorageOS	✓	StorageOS
Local	-	Local



Related

See also

Advertising: