Dynamic storage provisioning on single bare metal node

4/6/2018

Is there a way to achieve dynamic storage provisioning on a single, bare metal, kubernetes node? I need the storage volumes to be dynamically provisioned for StatefulSet with multiple replicas.

Because I haven't found one yet.

  • glusterfs requires at least 3 nodes
  • nfs does not support multiple replicas
  • hostPath does not support dynamic provisioning
-- zub0r
dynamic
kubernetes
kubernetes-statefulset
storage

0 Answers