user avatar
Added what's new for v0.7 release
Rong Gu authored
Added what's new for v0.7 release
56338e2d
Name Last commit Last update
.circleci Fix security issue for 1.20.10 (#1214)
.github Add helm lint check in Github workflow (#1384)
api/v1alpha1 fix jindo some parameter to bool (#1480)
charts Build docker image for 0.7.0 release, To #37688693 (#1488)
cmd add feature gate to csi (#1444)
config support juicefs in serverless (#1427)
csi Support fuse lazy start(Pod mode) (#977)
docker store certs in secret so that webhook can have more replicas (#1295)
docs Fix typo in install document (#1486)
hack fix gen_sdk.sh (#1457)
integration Docs for serverless (#1443)
pkg modify bug : clean cache in Alluxio due to unknown linux release version (#1487)
samples Update docs for enabling cache dir (#1474)
static Upload the videos, to #29833753 (#90)
test Add e2e test for patching node label (#915)
tools fix diagnose (#1402)
vendor add feature gate to csi (#1444)
.gitignore fix gen_sdk.sh (#1457)
.travis.yml Add testcase for persistentVolume (#832)
ADOPTERS.md Update ADOPTERS.md (#1440)
CHANGELOG.md add v0.6 release notes (#972)
CODE_OF_CONDUCT.md update conduct of code (#665)
CONTRIBUTING.md update conduct of code (#665)
GOVERNANCE.md Fix typo in api (#1000)
LICENSE Add license, to #29833753
MAINTAINERS.md
Makefile
OWNERS
PROJECT
README-zh_CN.md
README.md
RELEASE.md
ROADMAP.md
SECURITY_CONTACTS
go.mod
go.sum
k8s-mod.sh
version.go

License CircleCI Build Status codecov Go Report Card Artifact HUB FOSSA Status CII Best Practices

📅 Community Meeting
The Fluid project holds bi-weekly community online meeting. To join or watch previous meeting notes and recordings, please see meeting schedule and meeting minutes.

What is Fluid?

Fluid is an open source Kubernetes-native Distributed Dataset Orchestrator and Accelerator for data-intensive applications, such as big data and AI applications. It is hosted by the Cloud Native Computing Foundation (CNCF) as a sandbox project.

Fluid

English | 简体中文

notification What is NEW!
Mar. 02th, 2022. Fluid v0.7.0 is RELEASED! It provides various new features, such as Fuse sidecar auto injection for all the runtimes (suitable for serverless environment), Fuse auto recovery and upgrade, lazy fuse mount mode, support JuiceFS cache runtime and so on. Please check the CHANGELOG for details.
Aug. 11th, 2021. Fluid v0.6.0 is RELEASED! It provides various new features, such as dataset cache autoscaling and cronscaling, dataset cache aware Pod scheduling, HA support for cache Runtime. Please check the CHANGELOG for details.
Apr. 27th, 2021. Fluid accpeted by CNCF! Fluid project was accepted as an official CNCF Sandbox Project by CNCF Technical Oversight Committee (TOC) with a majority vote after the review process. New beginning for Fluid! .

Features

  • Native Support for DataSet Abstraction

    Implement the basic capabilities required for data-intensive applications to achieve efficient data access and reduce the cost of multidimensional management.

  • Cloud Data Warming up and Accessing Acceleration

    Fluid provides data warm-up and acceleration for cloud applications by using a distributed cache engine (Alluxio) in Kubernetes with Observability, Portability and Horizontal Scalability

  • Co-Orchestration for Data and Application

    During application scheduling and data placement on the cloud, taking both the app's characteristics and data location into consideration, to improve the performance.

  • Support Multiple Namespaces Management

    User can create and manage datasets in multiple namespaces.

  • Support Heterogeneous Data Source Management

    Unify the Data access for OSS, HDFS, CEPH and Other underlayer storages.

Key Concepts

Dataset: A DataSet is a set of data logically related that can be used by computing engines, such as Spark for big data analytics and TensorFlow for AI applications. Intelligently leveraging data often creates core industry values. Managing DataSets may require features in different dimensions, such as security, version management and data acceleration. We hope to start with data acceleration to support the management of datasets.

Runtime: The execution engine that enforces dataset security, provides version management and data acceleration capabilities. The Runtime defines a set of interfaces to mangage DataSets in their life cycle, so the management and acceleration of datasets can be implemented behind these interfaces.

AlluxioRuntime: Based on open-source Alluxio, Fluid can manage and schedule Alluxio Runtime to achieve dataset visibility, elastic scaling, and data migration. This is one engine which supports data management and caching of Datasets.

Prerequisites

  • Kubernetes version > 1.16, and support CSI
  • Golang 1.12+
  • Helm 3

Quick Start

You can follow our Get Started guide to quickly start a testing Kubernetes cluster.

Documentation

You can see our documentation at docs for more in-depth installation and instructions for production:

You can also visit Fluid Homepage to get relevant documents.

Quick Demo

Demo 1: Accelerate Remote File Accessing with Fluid

Demo 2: Machine Learning with Fluid

Demo 3: Accelerate PVC with Fluid

Demo 4: Preload dataset with Fluid

Demo 5: On-the-fly dataset cache scaling

Roadmap

See ROADMAP.md for the roadmap details. It may be updated from time to time.

Community

Feel free to reach out if you have any questions. The maintainers of this project are reachable via:

DingTalk:

WeChat Official Account:

Slack:

  • Join in the CNCF Slack and navigate to the #fluid channel for discussion.

Contributing

Contributions are highly welcomed and greatly appreciated. See CONTRIBUTING.md for details on submitting patches and the contribution workflow.

Adopters

If you are intrested in Fluid and would like to share your experiences with others, you are warmly welcome to add your information on ADOPTERS.md page. We will continuousely discuss new requirements and feature design with you in advance.

Open Source License

Fluid is under the Apache 2.0 license. See the LICENSE file for details. It is vendor-neutral.

Code of Conduct

Fluid adopts CNCF Code of Conduct.