Kubernetes Persistent Volumes and Claims
Widget Connector | ||
---|---|---|
|
1- create
...
a persistentvolume yaml file
2- upload the file to Kubernetes ( +CREATE )
3-
...
create a persistentvolumeclaim yaml file
4- Claims the persistentvolume
5- add to a pod the persistentvolume
Configuring a Pod to Use a PersistentVolume for Storage
...
2- upload the file to Kubernetes ( +CREATE )
3- create a persistentvolumeclaim yaml file
4- Claims the
...