Does Kubernetes do block storage?

Does Kubernetes do block storage? When you need to write and access persistent data in a Kubernetes cluster, you can create and access DigitalOcean Block Storage Volumes by creating a PersistentVolumeClaim (PVC) as part of your deployment. Since the volume exists, it cannot be created. The existing volume will be mounted instead. Which storage system … Continue reading Does Kubernetes do block storage?