Running other JuiceFS applications
Strictly speaking, this chapter isn't directly related to JuiceFS CSI Driver, they are generic Kubernetes applications that can run without our CSI Driver. For example:
- Running
juicefs sync
in a Kubernetes CronJob, to automatically sync data - Running
juicefs webdav
orjuicefs gateway
(S3 gateway) inside Kubernetes - On-prem Deploy dedicated cache cluster within Kubernetes
The JuiceFS Client has so many other capabilities that we simply cannot include everything, if your cases aren't included, you can use all the examples in this chapter as a guideline and compose your own. And if this goes well, a documentation PR is welcomed too.