Difference between revisions of "Kubernetes Persistent Volumes (PV) providers"
Jump to navigation
Jump to search
(Created page with " GCEPersistentDisk AWSElasticBlockStore AzureFile AzureDisk CSI (Container Storage Interface) FC (Fibre Channel) FlexVolume (deprecated) Flocker NF...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 5: | Line 5: | ||
[[CSI]] ([[Container Storage Interface]]) | [[CSI]] ([[Container Storage Interface]]) | ||
FC (Fibre Channel) | FC (Fibre Channel) | ||
− | [[FlexVolume]] (deprecated) | + | [[FlexVolume]] (deprecated since v1.23) |
Flocker | Flocker | ||
NFS | NFS | ||
Line 23: | Line 23: | ||
== See also == | == See also == | ||
* {{Kubernetes storage}} | * {{Kubernetes storage}} | ||
+ | |||
+ | [[Category:K8s]] |
Latest revision as of 08:36, 23 September 2022
GCEPersistentDisk AWSElasticBlockStore AzureFile AzureDisk CSI (Container Storage Interface) FC (Fibre Channel) FlexVolume (deprecated since v1.23) 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[edit]
- 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: