Overview Local Path Provisioner, provides a way for the Kubernetes users to utilize the local storage in each node. It supports multi-node setups. This tutorial will show you how to setup local-path-prvisioner on two node minikube cluster. Prerequisites Minikube version higher than v1.27.0 kubectl Tutorial Start a cluster with 2 nodes: $ minikube start -n 2 Enable storage-provisioner-rancher addon: $ minikube addons enable storage-provisioner-rancher You should be able to see Pod in the local...