Difference between revisions of "Kubernetes storage"

From wikieduonline
Jump to navigation Jump to search
 
(12 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
https://kubernetes.io/docs/concepts/storage/
 
https://kubernetes.io/docs/concepts/storage/
 
[[Persistent volumes]]
 
  
 
* [[Container Storage Interface (CSI)]]
 
* [[Container Storage Interface (CSI)]]
 
** [[Amazon EBS CSI driver]]
 
** [[Amazon EBS CSI driver]]
 +
** [[Google Compute Engine Persistent Disk CSI Driver]]
 +
** [[CSI Volume Cloning]]
  
* [[Persistent Volumes]]
+
* [[Kubernetes Persistent Volumes (PV)]], [[Kubernetes Persistent volumes]]
 
* [[Kubernetes Persistent Volume Claim (PVC)]]
 
* [[Kubernetes Persistent Volume Claim (PVC)]]
 
* [[Kubernetes Volume Expansion]]
 
* [[Kubernetes Volume Expansion]]
* [[CSI Volume Cloning]]
+
* [[Projected volumes]]
 +
 
 
* [[Kubernetes snapshot|snapshots]]
 
* [[Kubernetes snapshot|snapshots]]
 +
* [[Cross namespace data sources (alpha)]]
  
 
== Commands ==
 
== Commands ==
Line 35: Line 37:
 
== Types ==
 
== Types ==
 
{{PVC types}}
 
{{PVC types}}
 +
 +
== News ==
 +
* Dec 2023 ([[v1.29]]) [[Volume expansion using Secrets supported for CSI drivers]]
 +
* [[v1.28]] [[Automatic, retroactive assignment of a default StorageClass]] graduate to stable
  
 
== Activities ==
 
== Activities ==
 
* [[Kubernetes PVC resize: kubectl patch]]
 
* [[Kubernetes PVC resize: kubectl patch]]
 +
* [[Create a new volume using: kind: PersistentVolumeClaim]]
 +
* [[Kubernetes: Rename PVs]]
 +
* [[Access a volume with a temporary pod]]
  
 
== Related ==
 
== Related ==
Line 47: Line 56:
 
* <code>[[ExtraVolumes]]</code>
 
* <code>[[ExtraVolumes]]</code>
 
* <code>[[parameters]]</code>
 
* <code>[[parameters]]</code>
 +
* <code>[[storage-provisioner]]</code>
  
 
== See also ==
 
== See also ==
 +
* {{PVC}}
 
* {{EKS storage}}
 
* {{EKS storage}}
 
* {{Kubernetes storage}}
 
* {{Kubernetes storage}}
  
 
[[Category:K8s]]
 
[[Category:K8s]]

Latest revision as of 07:06, 12 February 2024

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

Commands[edit]

kubectl describe storageclass
kubectl describe pvc
kubectl get pvc
kubectl get storageclass
kind: PersistentVolume
kind: PersistentVolumeClaim
kind: StorageClass


Errors[edit]

error: persistentvolumeclaims "your-elasticsearch-master-0" could not be patched: persistentvolumeclaims "your-elasticsearch-master-0" is forbidden: only dynamically provisioned pvc can be resized and the storageclass that provisions the pvc must support resize.
FailedMount
FailedScheduling


didn't find available persistent volumes to bind

Types[edit]

News[edit]

Activities[edit]

Related[edit]

See also[edit]

Advertising: