I was playing around with a local Elasticsearch cluster and I couldn't figure out how to "do" k8s storage. Some kind of like... shared NFS volume or something maybe?
Longhorn is honestly pretty easy to get up & going for backing a PersistentVolume, which you can then mount however you want.
K3S has some local storage options too, but that's of mixed usage. Or you just do a hostpath + NFS if you want something that has as little Kubernetes magic as possible.
Could you spread some tips from your experiences?