Storageclass is the same as K8s' "local" volume
Kubernetes now also supports local
as a storageClass: https://kubernetes.io/docs/concepts/storage/volumes/#local
Although that one is not dynamically provisioned (yet) we might want to use a different name for this local storage (local-storage
maybe?) to prevent confusion in the future.