You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1.**default storage class**: I want there to be a built in storage class so that I can deploy applications that request persistent volume claims.
64
+
65
+
2.**pod restart**: If my pod restarts I want that pod to be scheduled such that the persistent volume claim is available to my pod. This ensures that if I have to restart and my pod will always come back with access to the same data.
66
+
67
+
3.**restore volumes**: I want to be able to bring up a kind cluster and regain access to a previously provisioned persistent volume claim.
68
+
69
+
4.**volume mobility**: I want to be able to schedule my pod to multiple nodes and have it access the same persistent volume claim. This requires that the peristent volume be made available to all nodes.
70
+
71
+
### 쿠버네티스 볼륨 개념 정리 <https://blog.eunsukim.me/posts/kubernetes-volume-overview>
0 commit comments