Skip to content

Copy data from one storage class to another storage class with the help of volume populators.

Notifications You must be signed in to change notification settings

shovanmaity/k8s-volume-copy

Repository files navigation

k8s-volume-copy

This a prototype project on - how we can rename a PVC, how to make a copy of a PVC and how to copy data from one storageclass to another storageclass.

NOTE - Only filesystem volumes can be used in this prototype. Block volume is not supported yet.