fluid/addons
Omer Aplatony 569f6ee97e
Sort packages, optimize Dockerfile RU (#4309)
Signed-off-by: Omer Aplatony <omerap12@gmail.com>
2024-09-05 02:22:00 +00:00
..
cephfs Feature: support dynamic mount for ossfs (#3432) 2024-05-09 12:07:03 +00:00
cubefs Feature: support dynamic mount for ossfs (#3432) 2024-05-09 12:07:03 +00:00
dynamic-mount Sort packages, optimize Dockerfile RU (#4309) 2024-09-05 02:22:00 +00:00
glusterfs Feature: support dynamic mount for ossfs (#3432) 2024-05-09 12:07:03 +00:00
nfs Feature: support dynamic mount for ossfs (#3432) 2024-05-09 12:07:03 +00:00
readme-zh_CN.md update addons dev-guide for cubefs 2.4 (#2644) 2023-02-25 11:08:37 +00:00
readme.md add addons cubefs_v2.4 (#2642) 2023-02-24 17:23:56 +08:00

readme.md

Introduction

Fluid provides Kubernetes users with a simple and efficient cloud data access scheme. At present, Fluid is compatible with multiple distributed cache engines through the Runtime Plugin. At present, it has supported JindoFS of Alibaba Cloud EMR, open-source Alluxio, Juicefs and other cache engines to facilitate users to interact with the underlying storage system through the above cache system and open the data access link.

In addition to the integrated cache engines above, users may need to access their own storage systems. In order to meet this requirement, users must complete the docking between the self built storage system and the Kubernetes environment by themselves. They need to write a customized CSI plug-in or a Runtime Controller based on the self built storage system to interface with Fluid, which requires users to have relevant knowledge of Kubernetes, thus increasing the work cost of the storage provider.

In order to meet users' needs to access data from other general storage systems using Fluid, the Fluid community has developed ThinRuntime to facilitate rapid access to other storage systems.

Demo

Storage System User Guide
NFS User Guide
CubeFS 2.4 User Guide