You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I have a multi node k3s cluster with Rancher's local-path volumes. I would like to distribute the content of some volumes to all nodes, but tools like Longhorn are overkill for me. Syncing the volumes, for example, once per day would be enough.
I found this tool, but not sure what would be the best option to choose. Is it possible to use Rclone replication without intermediate S3 storage? As I'm syncing just within the cluster. Also copyMethod direct is fine as well.
Or maybe Rsync replication (via TLS)? But I don't need TLS and I need 1 to many replication, not just 1 to 1. Syncthing seems to be too complex. ReplicationDestination Volume Populator feature also looks cool.
What would be the best way to proceed in my case? Thanks.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello, I have a multi node k3s cluster with Rancher's local-path volumes. I would like to distribute the content of some volumes to all nodes, but tools like Longhorn are overkill for me. Syncing the volumes, for example, once per day would be enough.
I found this tool, but not sure what would be the best option to choose. Is it possible to use Rclone replication without intermediate S3 storage? As I'm syncing just within the cluster. Also copyMethod direct is fine as well.
Or maybe Rsync replication (via TLS)? But I don't need TLS and I need 1 to many replication, not just 1 to 1. Syncthing seems to be too complex. ReplicationDestination Volume Populator feature also looks cool.
What would be the best way to proceed in my case? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions