Kubernetes Cluster PV's

Hi,

we are provisioning a cluster with 3 ControlPlane nodes for HA, the cluster will be created with Rancher RKE. the storage will be mounted on the master node to create PV’s. what will happen if the master node fails? how the PV’s will behave after the failure of one master node?

any assisted explanation would be appreciated?

To get the basics for how these things work, you should start reading how persistent volumes work in general.

https://docs.openshift.com/container-platform/4.8/storage/understanding-persistent-storage.html

https://kubebyexample.com/en/concept/persistent-volumes

Perhaps some of your questions will then be answered, once the basics are all clear.