Difference between revisions of "Volumes (Kubernetes)"

From wikieduonline
Jump to navigation Jump to search
Line 18: Line 18:
 
== Related terms ==
 
== Related terms ==
 
* [[CKA v1.18]]: Understand [[persistent volumes]] and know how to create them
 
* [[CKA v1.18]]: Understand [[persistent volumes]] and know how to create them
 +
* [[CKA v1.18]]: Understand [[access modes]] for volumes
 
* [[CKA v1.15]]: [[Understand PersistentVolumeClaims for storage]]
 
* [[CKA v1.15]]: [[Understand PersistentVolumeClaims for storage]]
 
* <code>[[kind]]: PersistentVolume</code>
 
* <code>[[kind]]: PersistentVolume</code>

Revision as of 15:57, 22 August 2020

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: