Kubernetes Storage Operations: Difference between revisions
Jump to navigation
Jump to search
m (Ovidiu moved page Kubernetes Persistence Operations to Kubernetes Storage Operations without leaving a redirect) |
|
(No difference)
|
Revision as of 23:27, 11 December 2019
Internal
Get Information about Persistent Volumes
kubectl get pv <pv-name> kubectl describe pv <pv-name>
Get Information about Persistent Volumes Claims
kubectl get pvc <pvc-name> kubectl describe pvc <pvc-name>
Get Information about Storage Classes
NFS volume Example
TODO: https://github.com/kubernetes/examples/tree/master/staging/volumes/nfs