Difference between revisions of "Volumes (Kubernetes)"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Line 2: Line 2:
  
 
Kubernetes supports different type of volumes <ref>https://kubernetes.io/docs/concepts/storage/volumes/#types-of-volumes</ref>:  
 
Kubernetes supports different type of volumes <ref>https://kubernetes.io/docs/concepts/storage/volumes/#types-of-volumes</ref>:  
* Cloud providers: awsElasticBlockStore, azureDisk, azureFile
+
* Cloud providers: <code>awsElasticBlockStore, azureDisk, azureFile</code>
 
* Storage technologies: [[fc]] (fibre channel)<ref>https://kubernetes.io/docs/concepts/storage/#fc</ref>, iscsi
 
* Storage technologies: [[fc]] (fibre channel)<ref>https://kubernetes.io/docs/concepts/storage/#fc</ref>, iscsi
 
* Networked filesystems: [[cephfs]], [[nfs]], [[glusterfs]]
 
* Networked filesystems: [[cephfs]], [[nfs]], [[glusterfs]]

Revision as of 16:41, 17 July 2021

Kubernetes Volumes allows to store data independent of Container restarts. Volumes in Kubernetes are different that Docker Volumes.[1]

Kubernetes supports different type of volumes [2]:

  • Cloud providers: awsElasticBlockStore, azureDisk, azureFile
  • Storage technologies: fc (fibre channel)[3], iscsi
  • Networked filesystems: cephfs, nfs, glusterfs
  • Others:
  • Deprecated: gitRepo

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


Related terms

Activities

See also

  • https://kubernetes.io/docs/concepts/storage/volumes/
  • https://kubernetes.io/docs/concepts/storage/volumes/#types-of-volumes
  • https://kubernetes.io/docs/concepts/storage/#fc
  • https://kubernetes.io/docs/concepts/storage/volumes/#flexVolume
  • https://kubernetes.io/docs/concepts/storage/persistent-volumes/#expanding-persistent-volumes-claims
  • Advertising: