Difference between revisions of "Kubernetes HostPath volume provider"
Jump to navigation
Jump to search
Line 15: | Line 15: | ||
== Related == | == Related == | ||
* [[Kubernetes Persistent Volumes (PV)]] | * [[Kubernetes Persistent Volumes (PV)]] | ||
− | * [[Minikube]]: <code>[[k8s.io/minikube-hostpath]]</code> | + | * [[Minikube]]: <code>[[k8s.io/minikube-hostpath]]</code>, supported of the box. |
* [[subPath]] https://kubernetes.io/docs/concepts/storage/volumes/#using-subpath | * [[subPath]] https://kubernetes.io/docs/concepts/storage/volumes/#using-subpath | ||
Revision as of 18:56, 22 October 2023
https://kubernetes.io/docs/concepts/storage/volumes/#hostpath
cephfs configMap iscsi local https://kubernetes.io/docs/concepts/storage/volumes/#local nfs https://kubernetes.io/docs/concepts/storage/volumes/#nfs persistentVolumeClaim https://kubernetes.io/docs/concepts/storage/volumes/#persistentVolumeClaim secret csi https://kubernetes.io/docs/concepts/storage/volumes/#csi
Related
- Kubernetes Persistent Volumes (PV)
- Minikube:
k8s.io/minikube-hostpath
, supported of the box. - subPath https://kubernetes.io/docs/concepts/storage/volumes/#using-subpath
See also
- 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: