Difference between revisions of "Kubernetes storage"
Jump to navigation
Jump to search
Line 16: | Line 16: | ||
== Related == | == Related == | ||
* [[EKS storage]] | * [[EKS storage]] | ||
+ | * [[CKA v1.23]] Understand [[storage classes]], [[persistent volumes]] | ||
== See also == | == See also == |
Revision as of 09:46, 4 July 2022
kubectl describe storageclass kubectl describe pvc
kubectl get pvc kubectl get storageclass
Related
- EKS storage
- CKA v1.23 Understand storage classes, persistent volumes
See also
- Kubernetes Persistent Volume Claim (PVC) (
kind: PersistentVolumeClaim
), Kubernetes Persistent volumes (PV)(kind: PersistentVolume)
,kubectl describe pvc, kubectl get pvc
, ClaimLost, ProvisioningSucceeded, PV access control - EKS storage, Amazon EBS CSI driver, Amazon EFS CSI driver,
kubectl describe storageclass
- 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: