Cluster mode for rclone rcd when running in kubernetes or docker compose

This feature request is to address the specific issue described in this post:

When deploying rclone rcd to kubernetes cluster, the internal load balancer routes the http requests to one of the many available pods.

This works fine when queuing up jobs, but when checking for job status using http requests if the request is routed to a pod that's not handing the jobid in question , we get an error.

Feature Request

Add a "cluster mode" for rcd where various rcd instances on a network are made "aware" of each other's state data.

This can potentially be achieved by providing a specifc external volume attached to all rclone pods which they use to share state data and possible be aware of progress across instances.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.