https://kind.sigs.k8s.io/docs/user/configuration/#extra-mounts https://kubernetes.io/docs/tasks/configure-pod-container/configure-persistent-volume-storage/#create-a-persistentvolume
kind create cluster --config kind-config.yaml
kubectl apply -f pv-pvc-pod.yaml
kubectl exec -it test -- sh
date > /usr/share/nginx/html/lalala
# lalala is now accessible on host