How to configure digitalocean space in kubernetes

10/10/2019

I'm trying to configure external storage like S3 / digital-ocean as Persistent Volume and access the same by PVC. I have configured the .yaml for PVC method in Kubernetes but can't create. pls anyone help this

-- shiva
digital-ocean
kubernetes

1 Answer

2/21/2020

You can use DO spaces (s3 storage) as a PVC with read-write-many https://github.com/ctrox/csi-s3

-- polRk
Source: StackOverflow