I'm creating a 3 nodes cluster with microk8s where all the nodes are master and worker.Since im migrating from swarn i need to mount host paths through shared pv.The question i have is how pv act and in detail where the pv are stored? (i assume on the host in which i the apply command)Also i assume that if i have an AH cluster and the node where the pv is stored fail, the pv dont migrate to an other node as deployments/pods.What i need to set up in order to maintain this pv shared between nodes without using an external storage (so keeping 3 nodes) and be protected from failure?
↧