## **Local Path Provisioner**   [Local Path Provisioner](https://github.com/rancher/local-path-provisioner) provides a way for the Kubernetes users to utilize the local storage in each node. Based on the user configuration, the Local Path Provisioner will create `hostPath`-based persistent volume on the node automatically. It utilizes the features introduced by Kubernetes Local Persistent Volume feature, but makes it a simpler solution than the built-in `local` volume feature in Kubernetes. Its advantage over the Local PV feature is its ability to perform dynamic provisioning of volumes using `hostPath`. You can find the latest version of this image [on ECR Public Gallery](https://gallery.ecr.aws/eks-anywhere/rancher/local-path-provisioner).