DEV Community

Cover image for rsync for kubernetes
vhs
vhs

Posted on • Updated on

rsync for kubernetes

Written in the context of a disaster recovery scenario though capable of everything rsync can do that kubectl cp cannot:

  • Resume large files
  • Handle thousands of small files
  • Save bandwidth
  • Eliminate headaches

Here's how to use rsync with Kubernetes: https://vhs.codeberg.page/post/recover-files-kubernetes-persistent-volume/

Top comments (0)