Skip to content

Commit

Permalink
Merge pull request #26 from BillyChen1/fix_img_bugs
Browse files Browse the repository at this point in the history
fix img bugs
  • Loading branch information
RongGu authored Apr 8, 2024
2 parents 2ad343f + 93d1caa commit 2739086
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/core-concepts/architecture-and-concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sidebar_position: 3

Fluid is built in the Kubernetes native fashion. It lies between existing underlying cloud native storage systems and the upper layer data-intensive applications. The architecture of Fluid in Kubernetes is as following:

![](../static/img/docs/architecture.png)
![](../../static/img/docs/core-concepts/architecture.png)
Specifically, Fluid is logically split into a data plane and a control plane.

- The control plane is composed of **Dataset/Runtime Controller** and **Application Manager**
Expand All @@ -22,7 +22,7 @@ Specifically, Fluid is logically split into a data plane and a control plane.

The following diagram shows the different components.

![](../static/img/docs/componnents.png)
![](../../static/img/docs/core-concepts/components.png)

## Key Concepts

Expand Down
File renamed without changes
File renamed without changes

0 comments on commit 2739086

Please sign in to comment.