{"id":13439549,"url":"https://github.com/simplyzee/kube-rclone","last_synced_at":"2025-07-15T01:31:09.718Z","repository":{"id":40371457,"uuid":"193955647","full_name":"simplyzee/kube-rclone","owner":"simplyzee","description":"kube-rclone is a rclone mount solution for Kubernetes","archived":false,"fork":false,"pushed_at":"2023-08-22T12:27:43.000Z","size":34,"stargazers_count":145,"open_issues_count":9,"forks_count":20,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-08T19:22:06.275Z","etag":null,"topics":["kubernetes","plex","rclone"],"latest_commit_sha":null,"homepage":"","language":"Mustache","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/simplyzee.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2019-06-26T18:12:06.000Z","updated_at":"2025-02-06T12:03:27.000Z","dependencies_parsed_at":"2024-01-13T16:24:54.590Z","dependency_job_id":"993d8d49-fa95-412f-8d94-d1399421bae0","html_url":"https://github.com/simplyzee/kube-rclone","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/simplyzee/kube-rclone","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplyzee%2Fkube-rclone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplyzee%2Fkube-rclone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplyzee%2Fkube-rclone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplyzee%2Fkube-rclone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simplyzee","download_url":"https://codeload.github.com/simplyzee/kube-rclone/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplyzee%2Fkube-rclone/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265385756,"owners_count":23756728,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["kubernetes","plex","rclone"],"created_at":"2024-07-31T03:01:15.036Z","updated_at":"2025-07-15T01:31:09.498Z","avatar_url":"https://github.com/simplyzee.png","language":"Mustache","funding_links":[],"categories":["HarmonyOS","Mustache"],"sub_categories":["Windows Manager"],"readme":"# kube-rclone\n\n## Introduction\n\nkube-rclone is a rclone mount solution for Kubernetes. It allows you to sync files and directories to and from different cloud storage providers i.e Google Drive. It creates a Daemonset across the Kubernetes cluster which mounts a volume on the `hostPath` that can be used with other services such as [kube-plex](https://github.com/munnerz/kube-plex)\n\n## Prerequisites\n* rclone config that has the cloud storage drive defined\n\nThis can be created by running `rclone config` which will take you through an interactive configuration session to generate the `rclone.conf` file.\n\n## Setup\nThe setup guide will help you get rclone running as a Daemonset on Kubernetes.\n\n1. Add the contents of the `rclone.conf` file into `files/rclone.conf`\n2. Deploy the kube-rclone chart with the correct remote and path defined from the `rclone.conf` file\n\n```bash\n\u003e helm install ./kube-rclone --name rclone \\\n    --namespace rclone \\\n    --set rclone.remote=[insert remote to mount here] \\\n    --set rclone.path=[insert mount path for remote] \\\n    --set rclone.readOnly=true\n```\n\nThis will deploy a Daemonset across the Kubernetes cluster that will run rclone with the mounted remote i.e Google Drive on the `hostPath` of the node which can be used with other services.\n\nAdditional arguments can be set to customise `rclone mount` depending on the Kubernetes node resources. Some additional arguments have been commented out which are based on several user set-ups. They can be used based on user preference. Mount options can be found [here](https://rclone.org/commands/rclone_mount/#options)\n\nExample of pod logs:\n```bash\n2019/06/28 22:15:58 INFO  : gcache: Cache DB path: /home/rclone/rclone-cache/cache.db\n2019/06/28 22:15:58 INFO  : gcache: Cache chunk path: /home/rclone/rclone-cache/cache\n2019/06/28 22:15:58 INFO  : gcache: Chunk Memory: true\n2019/06/28 22:15:58 INFO  : gcache: Chunk Size: 16M\n2019/06/28 22:15:58 INFO  : gcache: Chunk Total Size: 20G\n2019/06/28 22:15:58 INFO  : gcache: Chunk Clean Interval: 1m0s\n2019/06/28 22:15:58 INFO  : gcache: Workers: 4\n2019/06/28 22:15:58 INFO  : gcache: File Age: 2d\n```\n\n## Constraints\n\nIt has only been tested with [kube-plex](https://github.com/munnerz/kube-plex) so far. There's still more work to be done to make it stable for other services e.g [Radarr](https://github.com/Radarr/Radarr) and [Sonarr](https://github.com/Sonarr/Sonarr/).\n\n## Contributing\n\nPlease raise an issue or pull request if you have any issues, questions or features.\n\n## Credits\n\nFull credit list at: [https://github.com/zee-ahmed/kube-rclone/CREDITS.md](https://github.com/zee-ahmed/kube-rclone/blob/master/CREDITS.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimplyzee%2Fkube-rclone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimplyzee%2Fkube-rclone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimplyzee%2Fkube-rclone/lists"}