Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Image RemovedImage Added

Kubernetes Persistent Volumes and Claims

Widget Connector
urlhttps://www.youtube.com/watch?v=47ZiRGgSxjs



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


Image Added


4- Claims the

...

persistentvolume ( on Kubernetes Web UI )


Image Added



Image Added