Skip to content

Commit a83e118

Browse files
committed
docs(helm): update README
1 parent 9bdda20 commit a83e118

File tree

2 files changed

+36
-6
lines changed

2 files changed

+36
-6
lines changed

deploy/helm/fluid/README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
## Introduction
2+
3+
Fluid is an open-source, Kubernetes-native distributed dataset orchestrator and accelerator, designed for data-intensive applications such as big data and artificial intelligence. It is hosted as a sandbox project by the Cloud Native Computing Foundation (CNCF). Fluid enables the transformation of distributed caching systems (such as Alluxio and JuiceFS) into observable cache services with self-management, elastic scaling, and self-healing capabilities by supporting dataset operations. Additionally, by providing data cache location information, Fluid offers data affinity scheduling for applications using datasets.
4+
5+
The Fluid plugin is a KubeSphere extension based on Fluid, providing a visual interface for dataset management, data loading, runtime management, and more. It aims to offer a better user experience for managing Fluid core resources, lowering the barrier of CLI operations, and improving the management efficiency of data-intensive applications.
6+
7+
### Main Features
8+
9+
- **Dataset Management**: Supports creation, viewing, editing, and deletion of datasets.
10+
- **Data Load Tasks**: Visual management of data loading tasks with support for multiple loading strategies.
11+
- **Runtime Management**: Monitors the status and events of various runtimes (such as Alluxio, JuiceFS, GooseFS, etc.).
12+
- **Multi-Cluster and Namespace Support**: Allows switching between different clusters and namespaces, suitable for multi-tenant scenarios.
13+
14+
### Installation
15+
16+
- Find the Fluid extension component on the Extension Marketplace page, click Install, select the latest version, and click the Next button.
17+
- On the Extension Installation tab page, click and modify the extension configuration as needed. After configuration, click the Start Installation button to begin installation.
18+
- After installation is complete, click the Next button to enter the cluster selection page. Select the clusters to install, click Next, and proceed to the Differential Configuration page.
19+
- Update the differential configuration as needed. After updating, start the installation and wait for it to complete.
20+
21+
### Contact and Support
22+
23+
If you have any questions or suggestions, feel free to submit an issue or participate in community discussions.

deploy/helm/fluid/README_zh.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,23 @@
1-
## Fluid Extension 插件详细介绍
1+
## 介绍
22

3-
Fluid是一个开源的Kubernetes原生的分布式数据集编排和加速引擎,主要服务于云原生场景下的数据密集型应用,例如大数据应用、AI应用等。
4-
Fluid Extension则是基于Fluid的kubesphere扩展插件,提供数据集管理、数据加载、运行时管理等功能的可视化。该插件基于 React 和 kubesphere 开发,旨在提升数据密集型应用在云原生环境下的易用性和运维效率。
3+
Fluid是一个开源的、原生Kubernetes的分布式数据集编排器和加速器,适用于大数据和人工智能等数据密集型应用。它由云原生计算基金会(CNCF)作为沙盒项目托管。Fluid能够通过支持数据集操作,将分布式缓存系统(如Alluxio和JuiceFS)转换为具有自我管理、弹性伸缩和自我修复能力的可观测缓存服务。同时,通过数据缓存位置信息,Fluid可以为使用数据集的应用程序提供数据亲和性调度。
4+
5+
Fluid插件则是基于Fluid的kubesphere扩展插件,提供数据集管理、数据加载、运行时管理等功能的可视化。旨在以更好的用户体验管理Fluid核心资源,解决CLI操作门槛高的问题,提升数据密集型应用的管理效率。
56

67
### 主要功能
78

89
- **数据集管理**:支持数据集(Dataset)的创建、查看、编辑和删除。
9-
- **数据加载任务**:可视化管理数据加载(Dataload)任务,支持多种数据源和加载策略。
10-
- **运行时管理**:支持多种运行时(如 Alluxio、JuiceFS、GooseFS 等)的状态监控与元数据查看。
11-
- **事件与元数据查看**:便捷查看资源的事件(Events)和元数据信息。
10+
- **数据加载任务**:可视化管理数据加载(Dataload)任务,支持多种加载策略。
11+
- **运行时管理**:支持多种运行时(如 Alluxio、JuiceFS、GooseFS 等)的状态监控与事件查看。
1212
- **多集群与命名空间支持**:可切换不同集群和命名空间,适配多租户场景。
1313

14+
### 安装
15+
16+
- 通过 扩展市场 页面找到 fluid 扩展组件,点击 安装,选择最新版本,点击 下一步 按钮;
17+
- 在 扩展组件安装 标签页面中,根据需求点击并修改 扩展组件配置,配置完成后,点击 开始安装 按钮,开始安装;
18+
- 安装完成后,点击 下一步 按钮,进入集群选择页面,勾选需要安装的集群,点击 下一步 按钮,进入 差异化配置 页面;
19+
- 根据需求更新 差异化配置,更新完成,开始安装,静待安装完成。
20+
1421
### 联系与支持
1522

1623
如有问题或建议,欢迎通过 Issue 反馈或参与社区讨论。

0 commit comments

Comments
 (0)