This is an automated email from the ASF dual-hosted git repository.

morningman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 947f6ac86a [docs](k8s) fix storage and computing separation k8s 
document (#1035)
947f6ac86a is described below

commit 947f6ac86abf8a5b9a79b89196857fdf5cde8fa8
Author: catpineapple <[email protected]>
AuthorDate: Fri Aug 23 12:08:43 2024 +0800

    [docs](k8s) fix storage and computing separation k8s document (#1035)
---
 .../install-metaservice/config-fdb.md                    | 16 ++++++++--------
 .../install-metaservice/config-ms.md                     |  6 +++---
 .../install-metaservice/config-recycler.md               |  4 ++--
 .../compute-storage-decoupled/install-quickstart.md      |  2 +-
 i18n/zh-CN/docusaurus-plugin-content-docs/current.json   | 16 ++++++++++++++++
 .../install-metaservice/config-fdb.md                    | 16 ++++++++--------
 .../install-metaservice/config-ms.md                     |  6 +++---
 .../install-metaservice/config-recycler.md               |  4 ++--
 .../compute-storage-decoupled/install-quickstart.md      |  2 +-
 .../docusaurus-plugin-content-docs/version-3.0.json      | 16 ++++++++++++++++
 .../install-metaservice/config-fdb.md                    | 16 ++++++++--------
 .../install-metaservice/config-ms.md                     |  6 +++---
 .../install-metaservice/config-recycler.md               |  4 ++--
 .../compute-storage-decoupled/install-quickstart.md      |  2 +-
 .../install-metaservice/config-fdb.md                    | 16 ++++++++--------
 .../install-metaservice/config-ms.md                     |  6 +++---
 .../install-metaservice/config-recycler.md               |  4 ++--
 .../compute-storage-decoupled/install-quickstart.md      |  2 +-
 18 files changed, 88 insertions(+), 56 deletions(-)

diff --git 
a/docs/install/cluster-deployment/k8s-deploy/compute-storage-decoupled/install-metaservice/config-fdb.md
 
b/docs/install/cluster-deployment/k8s-deploy/compute-storage-decoupled/install-metaservice/config-fdb.md
index 5b1b90b540..ec67786a92 100644
--- 
a/docs/install/cluster-deployment/k8s-deploy/compute-storage-decoupled/install-metaservice/config-fdb.md
+++ 
b/docs/install/cluster-deployment/k8s-deploy/compute-storage-decoupled/install-metaservice/config-fdb.md
@@ -24,13 +24,13 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-Doris Compute-storage decoupled uses foundationdb as the metadata storage 
component. In K8s deployment mode, use the `v1beta2` version of 
[fdb-kubernetes-operator](https://github.com/FoundationDB/fdb-kubernetes-operator)
 to deploy `fdb`.
+Doris Compute-storage decoupled uses FoundationDB as the metadata storage 
component. In K8s deployment mode, use the `v1beta2` version of 
[fdb-kubernetes-operator](https://github.com/FoundationDB/fdb-kubernetes-operator)
 to deploy `fdb`.
 
-Doris-Operator shields the tediousness of manually configuring 
`FoundationDBCluster`, and abstracts very little configuration information to 
reduce the cost of learning to use `FoundationDBCluster` resources. Through 
abstraction, Doris-Operator hopes that users only focus on matters related to 
fdb deployment, without paying attention to the internal operating mechanism of 
fdb and the complex connection between Doris and fdb.
+Doris-Operator shields the tediousness of manually configuring 
`FoundationDBCluster`, and abstracts very little configuration information to 
reduce the cost of learning to use `FoundationDBCluster` resources. Through 
abstraction, Doris-Operator hopes that users only focus on matters related to 
FDB deployment, without paying attention to the internal operating mechanism of 
FDB and the complex connection between Doris and FDB.
 
 ## Simplest configuration
 
-By default, you only need to configure the resources used by fdb, and 
Doris-Operator automatically generates `FoundationDBCluster` to deploy the fdb 
metadata management cluster.
+By default, you only need to configure the resources used by FDB, and 
Doris-Operator automatically generates `FoundationDBCluster` to deploy the FDB 
metadata management cluster.
 
 Default configuration:
 
@@ -44,11 +44,11 @@ spec:
       cpu: 4
       memory: 4Gi
 ```
-With the above configuration, Doris-Operator will automatically deploy an fdb 
cluster consisting of 5 pods.
+With the above configuration, Doris-Operator will automatically deploy an FDB 
cluster consisting of 5 pods.
 
 ## Specify image deployment
 
-Doris-Operator uses the 7.1.38 version recommended by Doris to deploy fdb by 
default. In a privatized environment and if there are special requirements for 
the fdb version, please configure the image or configure the private warehouse 
image pull key in the following format.
+Doris-Operator uses the 7.1.38 version recommended by Doris to deploy FDB by 
default. In a privatized environment and if there are special requirements for 
the FDB version, please configure the image or configure the private warehouse 
image pull key in the following format.
 
 ### Private warehouse public image configuration
 
@@ -60,7 +60,7 @@ spec:
     image: {fdb_image}
     sidecarImage: {fdb_sidecarImage}
 ```
-Set `{fdb_image}` to the corresponding foundationdb main image 
(`selectdb/foundationdb:xxx` in the selectdb repository), and 
`{fdb_sidecarImage}` to the fdb sidecar container image 
(`selectdb/foundationdb-kubernetes-sidecar:xxx` in the selectdb repository).
+Set `{fdb_image}` to the corresponding FoundationDB main image 
(`selectdb/foundationdb:xxx` in the selectdb repository), and 
`{fdb_sidecarImage}` to the FDB sidecar container image 
(`selectdb/foundationdb-kubernetes-sidecar:xxx` in the selectdb repository).
 
 Configure the specified image-related configuration to the 
[`DorisDisaggregatedMetaService`](../install-quickstart#Install 
DorisDisaggregatedMetaService) resource that needs to be deployed.
 
@@ -89,7 +89,7 @@ Add the above configuration to the 
[`DorisDisaggregatedMetaSerivce`](../install-
 
 ## Configure storage
 
-Foundationdb is a stateful distributed storage service that needs to configure 
persistent storage. By default, Doris-Operator will use the default 
StorageClass in Kubernetes to build the relevant pvc for the fdb pod. The 
default size of pvc is 128Gi. If you need to specify StorageClass and modify 
the default configuration size, please modify it as follows:
+FoundationDB is a stateful distributed storage service that needs to configure 
persistent storage. By default, Doris-Operator will use the default 
StorageClass in Kubernetes to build the relevant pvc for the FDB pod. The 
default size of pvc is 128Gi. If you need to specify StorageClass and modify 
the default configuration size, please modify it as follows:
 
 ```yaml
 spec:
@@ -101,6 +101,6 @@ spec:
           requests:
             storage: "200Gi"
 ```
-The above configuration uses the default StorageClass to create a 200Gi 
storage for the fdb service. If you need to specify a StorageClass, uncomment 
it and replace the variable `{storageClassName}` with the name of the 
StorageClass you want to specify.
+The above configuration uses the default StorageClass to create a 200Gi 
storage for the FDB service. If you need to specify a StorageClass, uncomment 
it and replace the variable `{storageClassName}` with the name of the 
StorageClass you want to specify.
 
 Add the above configuration to the 
[`DorisDisaggregatedMetaSerivce`](../install-quickstart.md#Install 
DorisDisaggregatedMetaService) resource that needs to be deployed.
diff --git 
a/docs/install/cluster-deployment/k8s-deploy/compute-storage-decoupled/install-metaservice/config-ms.md
 
b/docs/install/cluster-deployment/k8s-deploy/compute-storage-decoupled/install-metaservice/config-ms.md
index abe83d0ece..99e156310c 100644
--- 
a/docs/install/cluster-deployment/k8s-deploy/compute-storage-decoupled/install-metaservice/config-ms.md
+++ 
b/docs/install/cluster-deployment/k8s-deploy/compute-storage-decoupled/install-metaservice/config-ms.md
@@ -24,7 +24,7 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-MS is the abbreviation of MetaService, the Compute-storage decoupled component 
of Doris, which provides metadata management and query services. The 
configuration field in `DorisDisaggregatedMetaService` is MS.
+MS is the abbreviation of Meta Service, the Compute-storage decoupled 
component of Doris, which provides metadata management and query services. The 
configuration field in `DorisDisaggregatedMetaService` is MS.
 
 ## Simplest configuration
 
@@ -60,7 +60,7 @@ Update the modified configuration to the [metadata management 
resources](../inst
 
 ## Customized configuration file
 
-Configuration files are mounted on K8s through ConfigMap. Doris-Operator 
automates the configuration of mutual perception between Compute-storage 
decoupled components. When deploying MS services using customized configuration 
files, please do not configure [fdb-related 
configuration](../../../../../compute-storage-decoupled/compilation-and-deployment#deploy-meta-service).
+Configuration files are mounted on K8s through ConfigMap. Doris-Operator 
automates the configuration of mutual perception between Compute-storage 
decoupled components. When deploying MS services using customized configuration 
files, please do not configure [FDB related 
configuration](../../../../../compute-storage-decoupled/compilation-and-deployment#deploy-meta-service).
 
 **ConfigMap**:
 
@@ -109,5 +109,5 @@ spec:
 In actual deployment, configure the name and namespace of ConfigMap as needed, 
and configure the configuration information in the [Compute-storage decoupled 
metadata management resource](../install-quickstart.md#Install 
DorisDisaggregatedMetaService) to be deployed according to the above sample 
format. The startup configuration file used by the MS service is named 
`doris_cloud.conf`, so the key of the ConfigMap for mounting the startup 
configuration must also be `doris_cloud.conf`. The s [...]
 
 :::tip Tip
-MS service needs to use fdb as the backend metadata storage, and the fdb 
service must be deployed when deploying MS service.
+MS service needs to use FDB as the backend metadata storage, and the FDB 
service must be deployed when deploying MS service.
 :::
\ No newline at end of file
diff --git 
a/docs/install/cluster-deployment/k8s-deploy/compute-storage-decoupled/install-metaservice/config-recycler.md
 
b/docs/install/cluster-deployment/k8s-deploy/compute-storage-decoupled/install-metaservice/config-recycler.md
index f0dd6f8c87..23d07d07e4 100644
--- 
a/docs/install/cluster-deployment/k8s-deploy/compute-storage-decoupled/install-metaservice/config-recycler.md
+++ 
b/docs/install/cluster-deployment/k8s-deploy/compute-storage-decoupled/install-metaservice/config-recycler.md
@@ -58,7 +58,7 @@ Update the modified configuration to the [Compute-storage 
decoupled metadata man
 
 ## Customized configuration file
 
-ConfigMap is used to mount the configuration file on K8s. Doris-Operator 
automates the configuration of mutual perception between Compute-storage 
decoupled components. When deploying MS services using customized configuration 
files, please do not configure [fdb-related 
configuration](../../../../../compute-storage-decoupled/compilation-and-deployment#deploy-meta-service).
+ConfigMap is used to mount the configuration file on K8s. Doris-Operator 
automates the configuration of mutual perception between Compute-storage 
decoupled components. When deploying MS services using customized configuration 
files, please do not configure [FDB related 
configuration](../../../../../compute-storage-decoupled/compilation-and-deployment#deploy-meta-service).
 
 Use ConfigMap to mount the configuration file to deploy the Recycler service:
 
@@ -108,5 +108,5 @@ spec:
 In actual deployment, configure the name and namespace of ConfigMap as needed, 
and configure the configuration information in the [Compute-storage decoupled 
Metadata Management Resource](../install-quickstart.md#Install 
DorisDisaggregatedMetaService) to be deployed according to the above sample 
format. The startup configuration file used by the Recycler service is named 
`doris_cloud.conf`, so the key of the ConfigMap for mounting the startup 
configuration must also be `doris_cloud.conf`. [...]
 
 :::tip Tip
-The Recyler service needs to use fdb as the backend metadata storage. The fdb 
service must be deployed when deploying the Recyler service.
+The Recyler service needs to use FDB as the backend metadata storage. The FDB 
service must be deployed when deploying the Recyler service.
 :::
\ No newline at end of file
diff --git 
a/docs/install/cluster-deployment/k8s-deploy/compute-storage-decoupled/install-quickstart.md
 
b/docs/install/cluster-deployment/k8s-deploy/compute-storage-decoupled/install-quickstart.md
index 09bdc74de0..ede98e2739 100644
--- 
a/docs/install/cluster-deployment/k8s-deploy/compute-storage-decoupled/install-quickstart.md
+++ 
b/docs/install/cluster-deployment/k8s-deploy/compute-storage-decoupled/install-quickstart.md
@@ -69,7 +69,7 @@ doris-operator-5b667b4954-d674k              1/1     Running  
 0          11s
 curl -O 
https://raw.githubusercontent.com/selectdb/doris-operator/master/doc/examples/disaggregated/metaservice/ddm-sample.yaml
 ```
 
-Deploy resources according to configuration metadata chapters: 
[fdb](install-metaservice/config-fdb.md), 
[ms](install-metaservice/config-ms.md), 
[recycler](install-metaservice/config-recycler.md) Configure resources 
according to actual needs.
+Deploy resources according to configuration metadata chapters: 
[FDB](install-metaservice/config-fdb.md), 
[ms](install-metaservice/config-ms.md), 
[recycler](install-metaservice/config-recycler.md) Configure resources 
according to actual needs.
 
 2. Apply `DorisDisaggregatedMetaService`
 
diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current.json 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current.json
index 688eff8ac4..6d3ee8eea2 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/current.json
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current.json
@@ -27,6 +27,22 @@
     "message": "K8s 部署",
     "description": "The label for category Deploying on Kubernetes in sidebar 
docs"
   },
+  "sidebar.docs.category.Compute-storage coupled": {
+    "message": "K8s 部署存算一体",
+    "description": "The label for category Deploying on Kubernetes in sidebar 
docs"
+  },
+  "sidebar.docs.category.Compute-storage decoupled": {
+    "message": "K8s 部署存算分离",
+    "description": "The label for category Deploying on Kubernetes in sidebar 
docs"
+  },
+  "sidebar.docs.category.Install Metaservice": {
+    "message": "部署 Metaservice",
+    "description": "The label for category Deploying on Kubernetes in sidebar 
docs"
+  },
+  "sidebar.docs.category.Install Cluster": {
+    "message": "部署 Cluster",
+    "description": "The label for category Deploying on Kubernetes in sidebar 
docs"
+  },
   "sidebar.docs.category.Database Connection": {
     "message": "数据库连接",
     "description": "The label for category Database Connection in sidebar docs"
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/install/cluster-deployment/k8s-deploy/compute-storage-decoupled/install-metaservice/config-fdb.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/install/cluster-deployment/k8s-deploy/compute-storage-decoupled/install-metaservice/config-fdb.md
index f5a9091d14..7c3831518d 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/install/cluster-deployment/k8s-deploy/compute-storage-decoupled/install-metaservice/config-fdb.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/install/cluster-deployment/k8s-deploy/compute-storage-decoupled/install-metaservice/config-fdb.md
@@ -25,13 +25,13 @@ under the License.
 -->
 
 
-Doris 存算分离使用 foundationdb 作为元数据存储组件。K8s 
部署模式下,使用[fdb-kubernetes-operator](https://github.com/FoundationDB/fdb-kubernetes-operator)
 的 `v1beta2` 版本部署 `fdb` 。
+Doris 存算分离使用 FoundationDB 作为元数据存储组件。K8s 
部署模式下,使用[fdb-kubernetes-operator](https://github.com/FoundationDB/fdb-kubernetes-operator)
 的 `v1beta2` 版本部署 `fdb` 。
 
-Doris-Operator 屏蔽了手动配置 `FoundationDBCluster` 的繁琐,通过抽象透出极少数配置信息,降低学习使用 
`FoundationDBCluster` 资源的成本。通过抽象,Doris-Operator 希望用户只关注 fdb 部署相关的事项,而无需关注 fdb 
内部运作机制以及 Doris 和 fdb 结合产生的复杂联系。
+Doris-Operator 屏蔽了手动配置 `FoundationDBCluster` 的繁琐,通过抽象透出极少数配置信息,降低学习使用 
`FoundationDBCluster` 资源的成本。通过抽象,Doris-Operator 希望用户只关注 FDB 部署相关的事项,而无需关注 FDB 
内部运作机制以及 Doris 和 FDB 结合产生的复杂联系。
 
 ## 最简配置
 
-默认情况下,只需要配置 fdb 使用的资源,Doris-Operator 自动生成 `FoundationDBCluster` 来部署 fdb 
元数据管理集群。
+默认情况下,只需要配置 FDB 使用的资源,Doris-Operator 自动生成 `FoundationDBCluster` 来部署 FDB 
元数据管理集群。
 
 默认配置:
 
@@ -46,11 +46,11 @@ spec:
       memory: 4Gi
 ```
 
-通过以上配置,Doris-Operator 会自动部署 5 个 pod 组成的 fdb 集群。
+通过以上配置,Doris-Operator 会自动部署 5 个 pod 组成的 FDB 集群。
 
 ## 指定 image 部署
 
-Doris-Operator 默认情况下使用 Doris  推荐的 7.1.38 版本部署 fdb 。私有化环境下以及对 fdb 
版本有特殊需求,请按照如下格式配置 image 或者配置私有仓库的镜像拉取秘钥。
+Doris-Operator 默认情况下使用 Doris  推荐的 7.1.38 版本部署 FDB 。私有化环境下以及对 FDB 
版本有特殊需求,请按照如下格式配置 image 或者配置私有仓库的镜像拉取秘钥。
 
 ### 私有仓库公共 image 配置
 
@@ -63,7 +63,7 @@ spec:
     sidecarImage: {fdb_sidecarImage}
 ```
 
-分别设置 `{fdb_image}` 为对应的 foundationdb 的主镜像(在 selectdb 仓库中为 
`selectdb/foundationdb:xxx`), `{fdb_sidecarImage}` 为 fdb 的 sidecar 容器镜像(在 
selectdb 仓库中为 `selectdb/foundationdb-kubernetes-sidecar:xxx`)。
+分别设置 `{fdb_image}` 为对应的 FoundationDB 的主镜像(在 selectdb 仓库中为 
`selectdb/foundationdb:xxx`), `{fdb_sidecarImage}` 为 FDB 的 sidecar 容器镜像(在 
selectdb 仓库中为 `selectdb/foundationdb-kubernetes-sidecar:xxx`)。
 
 将指定的镜像相关配置,配置到需要[部署的](../install-quickstart#部署 DorisDisaggregatedMetaService 
资源)`DorisDisaggregatedMetaService` 资源中。
 
@@ -92,7 +92,7 @@ spec:
 
 ## 配置存储
 
-foundationdb 是有状态的分布式存储服务需要配置持久化存储,在默认情况下 Doris-Operator 会使用 Kubernetes 中默认 
StorageClass 来为 fdb 的 pod 构建相关的 pvc ,pvc 的默认大小为  128Gi 。如果需要指定 StorageClass 
以及修改默认的配置大小请按照如下配置修改:
+FoundationDB 是有状态的分布式存储服务需要配置持久化存储,在默认情况下 Doris-Operator 会使用 Kubernetes 中默认 
StorageClass 来为 FDB 的 pod 构建相关的 pvc ,pvc 的默认大小为  128Gi 。如果需要指定 StorageClass 
以及修改默认的配置大小请按照如下配置修改:
 
 ```yaml
 spec:
@@ -105,6 +105,6 @@ spec:
             storage: "200Gi"
 ```
 
-上述配置使用默认 StorageClass 来创建 200Gi 存储来供 fdb 服务使用,如果需要指定 StorageClass 请将注释取消后,将变量 
`{storageClassName}` 替换为想要指定的 StorageClass 名称。
+上述配置使用默认 StorageClass 来创建 200Gi 存储来供 FDB 服务使用,如果需要指定 StorageClass 请将注释取消后,将变量 
`{storageClassName}` 替换为想要指定的 StorageClass 名称。
 
 将上述配置添加到需要部署的 [`DorisDisaggregatedMetaSerivce`](../install-quickstart#部署 
DorisDisaggregatedMetaService 资源) 资源中。
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/install/cluster-deployment/k8s-deploy/compute-storage-decoupled/install-metaservice/config-ms.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/install/cluster-deployment/k8s-deploy/compute-storage-decoupled/install-metaservice/config-ms.md
index 0ba17bbf9c..e130a5414f 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/install/cluster-deployment/k8s-deploy/compute-storage-decoupled/install-metaservice/config-ms.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/install/cluster-deployment/k8s-deploy/compute-storage-decoupled/install-metaservice/config-ms.md
@@ -24,7 +24,7 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-MS 是 Doris 存算分离组件 MetaService 的简称,提供元数据管理和查询服务。`DorisDisaggregatedMetaService` 
中配置字段为 MS。
+MS 是 Doris 存算分离组件 Meta Service 
的简称,提供元数据管理和查询服务。`DorisDisaggregatedMetaService` 中配置字段为 MS。
 
 ## 最简配置
 
@@ -60,7 +60,7 @@ spec:
 
 ## 定制化配置文件
 
-K8s 上通过 ConfigMap 挂载配置文件。Doris-Operator 对于存算分离组件之间相互感知的配置进行了自动化处理,在部署 MS 
服务使用定制化配置文件时,[fdb 
的相关的配置](https://doris.apache.org/zh-CN/docs/compute-storage-decoupled/compilation-and-deployment/#meta-service-%E9%85%8D%E7%BD%AE)请不要配置。
+K8s 上通过 ConfigMap 挂载配置文件。Doris-Operator 对于存算分离组件之间相互感知的配置进行了自动化处理,在部署 MS 
服务使用定制化配置文件时,[FDB 
的相关的配置](https://doris.apache.org/zh-CN/docs/compute-storage-decoupled/compilation-and-deployment/#meta-service-%E9%85%8D%E7%BD%AE)请不要配置。
 
 使用 ConfigMap 挂载配置文件部署 MS 服务:
 
@@ -111,5 +111,5 @@ spec:
 实际部署中,按照需要配置 ConfigMap 
的名称以及命名空间,并将配置信息按照上述样例格式配置到需要部署的[存算分离元数据管理资源](../install-quickstart#部署 
DorisDisaggregatedMetaService 资源)中。MS 服务使用的启动配置文件名称 `doris_cloud.conf` , 
因此挂载启动配置的 ConfigMap 的 key 也必须是 `doris_cloud.conf` 。启动配置必须挂载到 `/etc/doris` 目录下,即 
mountPath 为 `/etc/doris` 。
 
 :::tip 提示
-MS 服务需要使用 fdb 作为后端元数据存储,部署 MS 服务必须部署 fdb 服务。
+MS 服务需要使用 FDB 作为后端元数据存储,部署 MS 服务必须部署 FDB 服务。
 ::: 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/install/cluster-deployment/k8s-deploy/compute-storage-decoupled/install-metaservice/config-recycler.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/install/cluster-deployment/k8s-deploy/compute-storage-decoupled/install-metaservice/config-recycler.md
index 6996b22769..a98caa074f 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/install/cluster-deployment/k8s-deploy/compute-storage-decoupled/install-metaservice/config-recycler.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/install/cluster-deployment/k8s-deploy/compute-storage-decoupled/install-metaservice/config-recycler.md
@@ -58,7 +58,7 @@ spec:
 
 ## 定制化配置文件
 
-K8s 上通过 ConfigMap 挂载配置文件。Doris-Operator 对于存算分离组件之间相互感知的配置进行了自动化处理,在部署 MS 
服务使用定制化配置文件时,[fdb 
的相关的配置](https://doris.apache.org/zh-CN/docs/compute-storage-decoupled/compilation-and-deployment/#meta-service-%E9%85%8D%E7%BD%AE)请不要配置。
+K8s 上通过 ConfigMap 挂载配置文件。Doris-Operator 对于存算分离组件之间相互感知的配置进行了自动化处理,在部署 MS 
服务使用定制化配置文件时,[FDB 
的相关的配置](https://doris.apache.org/zh-CN/docs/compute-storage-decoupled/compilation-and-deployment/#meta-service-%E9%85%8D%E7%BD%AE)请不要配置。
 
 使用 ConfigMap 挂载配置文件部署 Recycler 服务:
 
@@ -108,5 +108,5 @@ spec:
 实际部署中,按照需要配置 ConfigMap 
的名称以及命名空间,并将配置信息按照上述样例格式配置到需要部署的[存算分离元数据管理资源](../install-quickstart#部署 
DorisDisaggregatedMetaService 资源)中。Recycler 服务使用的启动配置文件名称 `doris_cloud.conf` , 
因此挂载启动配置的 ConfigMap 的 key 也必须是 `doris_cloud.conf` 。启动配置必须挂载到 `/etc/doris` 目录下,即 
mountPath 为 `/etc/doris` 。
 
 :::tip 提示
-Recyler 服务需要使用 fdb 作为后端元数据存储,部署 Recyler 服务必须部署 fdb 服务。
+Recyler 服务需要使用 FDB 作为后端元数据存储,部署 Recyler 服务必须部署 FDB 服务。
 ::: 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/install/cluster-deployment/k8s-deploy/compute-storage-decoupled/install-quickstart.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/install/cluster-deployment/k8s-deploy/compute-storage-decoupled/install-quickstart.md
index 4eb94a2a80..6c1ac73552 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/install/cluster-deployment/k8s-deploy/compute-storage-decoupled/install-quickstart.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/install/cluster-deployment/k8s-deploy/compute-storage-decoupled/install-quickstart.md
@@ -69,7 +69,7 @@ doris-operator-5b667b4954-d674k              1/1     Running  
 0          11s
 curl -O 
https://raw.githubusercontent.com/selectdb/doris-operator/master/doc/examples/disaggregated/metaservice/ddm-sample.yaml
 ```
 
-根据配置元数据部署资源章节:[fdb](./install-metaservice/config-fdb.md),[ms](./install-metaservice/config-ms.md),
 [recycler](./install-metaservice/config-recycler.md) 按照实际需要配置资源。
+根据配置元数据部署资源章节:[FDB](./install-metaservice/config-fdb.md),[ms](./install-metaservice/config-ms.md),
 [recycler](./install-metaservice/config-recycler.md) 按照实际需要配置资源。
 
 2. 下发 `DorisDisaggregatedMetaService` 资源:
 
diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0.json 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0.json
index d808f51f6f..3112a8c388 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0.json
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0.json
@@ -27,6 +27,22 @@
     "message": "K8s 部署",
     "description": "The label for category Deploying on Kubernetes in sidebar 
docs"
   },
+  "sidebar.docs.category.Compute-storage coupled": {
+    "message": "K8s 部署存算一体",
+    "description": "The label for category Deploying on Kubernetes in sidebar 
docs"
+  },
+  "sidebar.docs.category.Compute-storage decoupled": {
+    "message": "K8s 部署存算分离",
+    "description": "The label for category Deploying on Kubernetes in sidebar 
docs"
+  },
+  "sidebar.docs.category.Install Metaservice": {
+    "message": "部署 Metaservice",
+    "description": "The label for category Deploying on Kubernetes in sidebar 
docs"
+  },
+  "sidebar.docs.category.Install Cluster": {
+    "message": "部署 Cluster",
+    "description": "The label for category Deploying on Kubernetes in sidebar 
docs"
+  },
   "sidebar.docs.category.Database Connection": {
     "message": "数据库连接",
     "description": "The label for category Database Connection in sidebar docs"
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/install/cluster-deployment/k8s-deploy/compute-storage-decoupled/install-metaservice/config-fdb.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/install/cluster-deployment/k8s-deploy/compute-storage-decoupled/install-metaservice/config-fdb.md
index f5a9091d14..7c3831518d 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/install/cluster-deployment/k8s-deploy/compute-storage-decoupled/install-metaservice/config-fdb.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/install/cluster-deployment/k8s-deploy/compute-storage-decoupled/install-metaservice/config-fdb.md
@@ -25,13 +25,13 @@ under the License.
 -->
 
 
-Doris 存算分离使用 foundationdb 作为元数据存储组件。K8s 
部署模式下,使用[fdb-kubernetes-operator](https://github.com/FoundationDB/fdb-kubernetes-operator)
 的 `v1beta2` 版本部署 `fdb` 。
+Doris 存算分离使用 FoundationDB 作为元数据存储组件。K8s 
部署模式下,使用[fdb-kubernetes-operator](https://github.com/FoundationDB/fdb-kubernetes-operator)
 的 `v1beta2` 版本部署 `fdb` 。
 
-Doris-Operator 屏蔽了手动配置 `FoundationDBCluster` 的繁琐,通过抽象透出极少数配置信息,降低学习使用 
`FoundationDBCluster` 资源的成本。通过抽象,Doris-Operator 希望用户只关注 fdb 部署相关的事项,而无需关注 fdb 
内部运作机制以及 Doris 和 fdb 结合产生的复杂联系。
+Doris-Operator 屏蔽了手动配置 `FoundationDBCluster` 的繁琐,通过抽象透出极少数配置信息,降低学习使用 
`FoundationDBCluster` 资源的成本。通过抽象,Doris-Operator 希望用户只关注 FDB 部署相关的事项,而无需关注 FDB 
内部运作机制以及 Doris 和 FDB 结合产生的复杂联系。
 
 ## 最简配置
 
-默认情况下,只需要配置 fdb 使用的资源,Doris-Operator 自动生成 `FoundationDBCluster` 来部署 fdb 
元数据管理集群。
+默认情况下,只需要配置 FDB 使用的资源,Doris-Operator 自动生成 `FoundationDBCluster` 来部署 FDB 
元数据管理集群。
 
 默认配置:
 
@@ -46,11 +46,11 @@ spec:
       memory: 4Gi
 ```
 
-通过以上配置,Doris-Operator 会自动部署 5 个 pod 组成的 fdb 集群。
+通过以上配置,Doris-Operator 会自动部署 5 个 pod 组成的 FDB 集群。
 
 ## 指定 image 部署
 
-Doris-Operator 默认情况下使用 Doris  推荐的 7.1.38 版本部署 fdb 。私有化环境下以及对 fdb 
版本有特殊需求,请按照如下格式配置 image 或者配置私有仓库的镜像拉取秘钥。
+Doris-Operator 默认情况下使用 Doris  推荐的 7.1.38 版本部署 FDB 。私有化环境下以及对 FDB 
版本有特殊需求,请按照如下格式配置 image 或者配置私有仓库的镜像拉取秘钥。
 
 ### 私有仓库公共 image 配置
 
@@ -63,7 +63,7 @@ spec:
     sidecarImage: {fdb_sidecarImage}
 ```
 
-分别设置 `{fdb_image}` 为对应的 foundationdb 的主镜像(在 selectdb 仓库中为 
`selectdb/foundationdb:xxx`), `{fdb_sidecarImage}` 为 fdb 的 sidecar 容器镜像(在 
selectdb 仓库中为 `selectdb/foundationdb-kubernetes-sidecar:xxx`)。
+分别设置 `{fdb_image}` 为对应的 FoundationDB 的主镜像(在 selectdb 仓库中为 
`selectdb/foundationdb:xxx`), `{fdb_sidecarImage}` 为 FDB 的 sidecar 容器镜像(在 
selectdb 仓库中为 `selectdb/foundationdb-kubernetes-sidecar:xxx`)。
 
 将指定的镜像相关配置,配置到需要[部署的](../install-quickstart#部署 DorisDisaggregatedMetaService 
资源)`DorisDisaggregatedMetaService` 资源中。
 
@@ -92,7 +92,7 @@ spec:
 
 ## 配置存储
 
-foundationdb 是有状态的分布式存储服务需要配置持久化存储,在默认情况下 Doris-Operator 会使用 Kubernetes 中默认 
StorageClass 来为 fdb 的 pod 构建相关的 pvc ,pvc 的默认大小为  128Gi 。如果需要指定 StorageClass 
以及修改默认的配置大小请按照如下配置修改:
+FoundationDB 是有状态的分布式存储服务需要配置持久化存储,在默认情况下 Doris-Operator 会使用 Kubernetes 中默认 
StorageClass 来为 FDB 的 pod 构建相关的 pvc ,pvc 的默认大小为  128Gi 。如果需要指定 StorageClass 
以及修改默认的配置大小请按照如下配置修改:
 
 ```yaml
 spec:
@@ -105,6 +105,6 @@ spec:
             storage: "200Gi"
 ```
 
-上述配置使用默认 StorageClass 来创建 200Gi 存储来供 fdb 服务使用,如果需要指定 StorageClass 请将注释取消后,将变量 
`{storageClassName}` 替换为想要指定的 StorageClass 名称。
+上述配置使用默认 StorageClass 来创建 200Gi 存储来供 FDB 服务使用,如果需要指定 StorageClass 请将注释取消后,将变量 
`{storageClassName}` 替换为想要指定的 StorageClass 名称。
 
 将上述配置添加到需要部署的 [`DorisDisaggregatedMetaSerivce`](../install-quickstart#部署 
DorisDisaggregatedMetaService 资源) 资源中。
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/install/cluster-deployment/k8s-deploy/compute-storage-decoupled/install-metaservice/config-ms.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/install/cluster-deployment/k8s-deploy/compute-storage-decoupled/install-metaservice/config-ms.md
index 0ba17bbf9c..e130a5414f 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/install/cluster-deployment/k8s-deploy/compute-storage-decoupled/install-metaservice/config-ms.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/install/cluster-deployment/k8s-deploy/compute-storage-decoupled/install-metaservice/config-ms.md
@@ -24,7 +24,7 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-MS 是 Doris 存算分离组件 MetaService 的简称,提供元数据管理和查询服务。`DorisDisaggregatedMetaService` 
中配置字段为 MS。
+MS 是 Doris 存算分离组件 Meta Service 
的简称,提供元数据管理和查询服务。`DorisDisaggregatedMetaService` 中配置字段为 MS。
 
 ## 最简配置
 
@@ -60,7 +60,7 @@ spec:
 
 ## 定制化配置文件
 
-K8s 上通过 ConfigMap 挂载配置文件。Doris-Operator 对于存算分离组件之间相互感知的配置进行了自动化处理,在部署 MS 
服务使用定制化配置文件时,[fdb 
的相关的配置](https://doris.apache.org/zh-CN/docs/compute-storage-decoupled/compilation-and-deployment/#meta-service-%E9%85%8D%E7%BD%AE)请不要配置。
+K8s 上通过 ConfigMap 挂载配置文件。Doris-Operator 对于存算分离组件之间相互感知的配置进行了自动化处理,在部署 MS 
服务使用定制化配置文件时,[FDB 
的相关的配置](https://doris.apache.org/zh-CN/docs/compute-storage-decoupled/compilation-and-deployment/#meta-service-%E9%85%8D%E7%BD%AE)请不要配置。
 
 使用 ConfigMap 挂载配置文件部署 MS 服务:
 
@@ -111,5 +111,5 @@ spec:
 实际部署中,按照需要配置 ConfigMap 
的名称以及命名空间,并将配置信息按照上述样例格式配置到需要部署的[存算分离元数据管理资源](../install-quickstart#部署 
DorisDisaggregatedMetaService 资源)中。MS 服务使用的启动配置文件名称 `doris_cloud.conf` , 
因此挂载启动配置的 ConfigMap 的 key 也必须是 `doris_cloud.conf` 。启动配置必须挂载到 `/etc/doris` 目录下,即 
mountPath 为 `/etc/doris` 。
 
 :::tip 提示
-MS 服务需要使用 fdb 作为后端元数据存储,部署 MS 服务必须部署 fdb 服务。
+MS 服务需要使用 FDB 作为后端元数据存储,部署 MS 服务必须部署 FDB 服务。
 ::: 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/install/cluster-deployment/k8s-deploy/compute-storage-decoupled/install-metaservice/config-recycler.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/install/cluster-deployment/k8s-deploy/compute-storage-decoupled/install-metaservice/config-recycler.md
index 6996b22769..a98caa074f 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/install/cluster-deployment/k8s-deploy/compute-storage-decoupled/install-metaservice/config-recycler.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/install/cluster-deployment/k8s-deploy/compute-storage-decoupled/install-metaservice/config-recycler.md
@@ -58,7 +58,7 @@ spec:
 
 ## 定制化配置文件
 
-K8s 上通过 ConfigMap 挂载配置文件。Doris-Operator 对于存算分离组件之间相互感知的配置进行了自动化处理,在部署 MS 
服务使用定制化配置文件时,[fdb 
的相关的配置](https://doris.apache.org/zh-CN/docs/compute-storage-decoupled/compilation-and-deployment/#meta-service-%E9%85%8D%E7%BD%AE)请不要配置。
+K8s 上通过 ConfigMap 挂载配置文件。Doris-Operator 对于存算分离组件之间相互感知的配置进行了自动化处理,在部署 MS 
服务使用定制化配置文件时,[FDB 
的相关的配置](https://doris.apache.org/zh-CN/docs/compute-storage-decoupled/compilation-and-deployment/#meta-service-%E9%85%8D%E7%BD%AE)请不要配置。
 
 使用 ConfigMap 挂载配置文件部署 Recycler 服务:
 
@@ -108,5 +108,5 @@ spec:
 实际部署中,按照需要配置 ConfigMap 
的名称以及命名空间,并将配置信息按照上述样例格式配置到需要部署的[存算分离元数据管理资源](../install-quickstart#部署 
DorisDisaggregatedMetaService 资源)中。Recycler 服务使用的启动配置文件名称 `doris_cloud.conf` , 
因此挂载启动配置的 ConfigMap 的 key 也必须是 `doris_cloud.conf` 。启动配置必须挂载到 `/etc/doris` 目录下,即 
mountPath 为 `/etc/doris` 。
 
 :::tip 提示
-Recyler 服务需要使用 fdb 作为后端元数据存储,部署 Recyler 服务必须部署 fdb 服务。
+Recyler 服务需要使用 FDB 作为后端元数据存储,部署 Recyler 服务必须部署 FDB 服务。
 ::: 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/install/cluster-deployment/k8s-deploy/compute-storage-decoupled/install-quickstart.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/install/cluster-deployment/k8s-deploy/compute-storage-decoupled/install-quickstart.md
index 4eb94a2a80..6c1ac73552 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/install/cluster-deployment/k8s-deploy/compute-storage-decoupled/install-quickstart.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/install/cluster-deployment/k8s-deploy/compute-storage-decoupled/install-quickstart.md
@@ -69,7 +69,7 @@ doris-operator-5b667b4954-d674k              1/1     Running  
 0          11s
 curl -O 
https://raw.githubusercontent.com/selectdb/doris-operator/master/doc/examples/disaggregated/metaservice/ddm-sample.yaml
 ```
 
-根据配置元数据部署资源章节:[fdb](./install-metaservice/config-fdb.md),[ms](./install-metaservice/config-ms.md),
 [recycler](./install-metaservice/config-recycler.md) 按照实际需要配置资源。
+根据配置元数据部署资源章节:[FDB](./install-metaservice/config-fdb.md),[ms](./install-metaservice/config-ms.md),
 [recycler](./install-metaservice/config-recycler.md) 按照实际需要配置资源。
 
 2. 下发 `DorisDisaggregatedMetaService` 资源:
 
diff --git 
a/versioned_docs/version-3.0/install/cluster-deployment/k8s-deploy/compute-storage-decoupled/install-metaservice/config-fdb.md
 
b/versioned_docs/version-3.0/install/cluster-deployment/k8s-deploy/compute-storage-decoupled/install-metaservice/config-fdb.md
index 5b1b90b540..ec67786a92 100644
--- 
a/versioned_docs/version-3.0/install/cluster-deployment/k8s-deploy/compute-storage-decoupled/install-metaservice/config-fdb.md
+++ 
b/versioned_docs/version-3.0/install/cluster-deployment/k8s-deploy/compute-storage-decoupled/install-metaservice/config-fdb.md
@@ -24,13 +24,13 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-Doris Compute-storage decoupled uses foundationdb as the metadata storage 
component. In K8s deployment mode, use the `v1beta2` version of 
[fdb-kubernetes-operator](https://github.com/FoundationDB/fdb-kubernetes-operator)
 to deploy `fdb`.
+Doris Compute-storage decoupled uses FoundationDB as the metadata storage 
component. In K8s deployment mode, use the `v1beta2` version of 
[fdb-kubernetes-operator](https://github.com/FoundationDB/fdb-kubernetes-operator)
 to deploy `fdb`.
 
-Doris-Operator shields the tediousness of manually configuring 
`FoundationDBCluster`, and abstracts very little configuration information to 
reduce the cost of learning to use `FoundationDBCluster` resources. Through 
abstraction, Doris-Operator hopes that users only focus on matters related to 
fdb deployment, without paying attention to the internal operating mechanism of 
fdb and the complex connection between Doris and fdb.
+Doris-Operator shields the tediousness of manually configuring 
`FoundationDBCluster`, and abstracts very little configuration information to 
reduce the cost of learning to use `FoundationDBCluster` resources. Through 
abstraction, Doris-Operator hopes that users only focus on matters related to 
FDB deployment, without paying attention to the internal operating mechanism of 
FDB and the complex connection between Doris and FDB.
 
 ## Simplest configuration
 
-By default, you only need to configure the resources used by fdb, and 
Doris-Operator automatically generates `FoundationDBCluster` to deploy the fdb 
metadata management cluster.
+By default, you only need to configure the resources used by FDB, and 
Doris-Operator automatically generates `FoundationDBCluster` to deploy the FDB 
metadata management cluster.
 
 Default configuration:
 
@@ -44,11 +44,11 @@ spec:
       cpu: 4
       memory: 4Gi
 ```
-With the above configuration, Doris-Operator will automatically deploy an fdb 
cluster consisting of 5 pods.
+With the above configuration, Doris-Operator will automatically deploy an FDB 
cluster consisting of 5 pods.
 
 ## Specify image deployment
 
-Doris-Operator uses the 7.1.38 version recommended by Doris to deploy fdb by 
default. In a privatized environment and if there are special requirements for 
the fdb version, please configure the image or configure the private warehouse 
image pull key in the following format.
+Doris-Operator uses the 7.1.38 version recommended by Doris to deploy FDB by 
default. In a privatized environment and if there are special requirements for 
the FDB version, please configure the image or configure the private warehouse 
image pull key in the following format.
 
 ### Private warehouse public image configuration
 
@@ -60,7 +60,7 @@ spec:
     image: {fdb_image}
     sidecarImage: {fdb_sidecarImage}
 ```
-Set `{fdb_image}` to the corresponding foundationdb main image 
(`selectdb/foundationdb:xxx` in the selectdb repository), and 
`{fdb_sidecarImage}` to the fdb sidecar container image 
(`selectdb/foundationdb-kubernetes-sidecar:xxx` in the selectdb repository).
+Set `{fdb_image}` to the corresponding FoundationDB main image 
(`selectdb/foundationdb:xxx` in the selectdb repository), and 
`{fdb_sidecarImage}` to the FDB sidecar container image 
(`selectdb/foundationdb-kubernetes-sidecar:xxx` in the selectdb repository).
 
 Configure the specified image-related configuration to the 
[`DorisDisaggregatedMetaService`](../install-quickstart#Install 
DorisDisaggregatedMetaService) resource that needs to be deployed.
 
@@ -89,7 +89,7 @@ Add the above configuration to the 
[`DorisDisaggregatedMetaSerivce`](../install-
 
 ## Configure storage
 
-Foundationdb is a stateful distributed storage service that needs to configure 
persistent storage. By default, Doris-Operator will use the default 
StorageClass in Kubernetes to build the relevant pvc for the fdb pod. The 
default size of pvc is 128Gi. If you need to specify StorageClass and modify 
the default configuration size, please modify it as follows:
+FoundationDB is a stateful distributed storage service that needs to configure 
persistent storage. By default, Doris-Operator will use the default 
StorageClass in Kubernetes to build the relevant pvc for the FDB pod. The 
default size of pvc is 128Gi. If you need to specify StorageClass and modify 
the default configuration size, please modify it as follows:
 
 ```yaml
 spec:
@@ -101,6 +101,6 @@ spec:
           requests:
             storage: "200Gi"
 ```
-The above configuration uses the default StorageClass to create a 200Gi 
storage for the fdb service. If you need to specify a StorageClass, uncomment 
it and replace the variable `{storageClassName}` with the name of the 
StorageClass you want to specify.
+The above configuration uses the default StorageClass to create a 200Gi 
storage for the FDB service. If you need to specify a StorageClass, uncomment 
it and replace the variable `{storageClassName}` with the name of the 
StorageClass you want to specify.
 
 Add the above configuration to the 
[`DorisDisaggregatedMetaSerivce`](../install-quickstart.md#Install 
DorisDisaggregatedMetaService) resource that needs to be deployed.
diff --git 
a/versioned_docs/version-3.0/install/cluster-deployment/k8s-deploy/compute-storage-decoupled/install-metaservice/config-ms.md
 
b/versioned_docs/version-3.0/install/cluster-deployment/k8s-deploy/compute-storage-decoupled/install-metaservice/config-ms.md
index abe83d0ece..99e156310c 100644
--- 
a/versioned_docs/version-3.0/install/cluster-deployment/k8s-deploy/compute-storage-decoupled/install-metaservice/config-ms.md
+++ 
b/versioned_docs/version-3.0/install/cluster-deployment/k8s-deploy/compute-storage-decoupled/install-metaservice/config-ms.md
@@ -24,7 +24,7 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-MS is the abbreviation of MetaService, the Compute-storage decoupled component 
of Doris, which provides metadata management and query services. The 
configuration field in `DorisDisaggregatedMetaService` is MS.
+MS is the abbreviation of Meta Service, the Compute-storage decoupled 
component of Doris, which provides metadata management and query services. The 
configuration field in `DorisDisaggregatedMetaService` is MS.
 
 ## Simplest configuration
 
@@ -60,7 +60,7 @@ Update the modified configuration to the [metadata management 
resources](../inst
 
 ## Customized configuration file
 
-Configuration files are mounted on K8s through ConfigMap. Doris-Operator 
automates the configuration of mutual perception between Compute-storage 
decoupled components. When deploying MS services using customized configuration 
files, please do not configure [fdb-related 
configuration](../../../../../compute-storage-decoupled/compilation-and-deployment#deploy-meta-service).
+Configuration files are mounted on K8s through ConfigMap. Doris-Operator 
automates the configuration of mutual perception between Compute-storage 
decoupled components. When deploying MS services using customized configuration 
files, please do not configure [FDB related 
configuration](../../../../../compute-storage-decoupled/compilation-and-deployment#deploy-meta-service).
 
 **ConfigMap**:
 
@@ -109,5 +109,5 @@ spec:
 In actual deployment, configure the name and namespace of ConfigMap as needed, 
and configure the configuration information in the [Compute-storage decoupled 
metadata management resource](../install-quickstart.md#Install 
DorisDisaggregatedMetaService) to be deployed according to the above sample 
format. The startup configuration file used by the MS service is named 
`doris_cloud.conf`, so the key of the ConfigMap for mounting the startup 
configuration must also be `doris_cloud.conf`. The s [...]
 
 :::tip Tip
-MS service needs to use fdb as the backend metadata storage, and the fdb 
service must be deployed when deploying MS service.
+MS service needs to use FDB as the backend metadata storage, and the FDB 
service must be deployed when deploying MS service.
 :::
\ No newline at end of file
diff --git 
a/versioned_docs/version-3.0/install/cluster-deployment/k8s-deploy/compute-storage-decoupled/install-metaservice/config-recycler.md
 
b/versioned_docs/version-3.0/install/cluster-deployment/k8s-deploy/compute-storage-decoupled/install-metaservice/config-recycler.md
index f0dd6f8c87..23d07d07e4 100644
--- 
a/versioned_docs/version-3.0/install/cluster-deployment/k8s-deploy/compute-storage-decoupled/install-metaservice/config-recycler.md
+++ 
b/versioned_docs/version-3.0/install/cluster-deployment/k8s-deploy/compute-storage-decoupled/install-metaservice/config-recycler.md
@@ -58,7 +58,7 @@ Update the modified configuration to the [Compute-storage 
decoupled metadata man
 
 ## Customized configuration file
 
-ConfigMap is used to mount the configuration file on K8s. Doris-Operator 
automates the configuration of mutual perception between Compute-storage 
decoupled components. When deploying MS services using customized configuration 
files, please do not configure [fdb-related 
configuration](../../../../../compute-storage-decoupled/compilation-and-deployment#deploy-meta-service).
+ConfigMap is used to mount the configuration file on K8s. Doris-Operator 
automates the configuration of mutual perception between Compute-storage 
decoupled components. When deploying MS services using customized configuration 
files, please do not configure [FDB related 
configuration](../../../../../compute-storage-decoupled/compilation-and-deployment#deploy-meta-service).
 
 Use ConfigMap to mount the configuration file to deploy the Recycler service:
 
@@ -108,5 +108,5 @@ spec:
 In actual deployment, configure the name and namespace of ConfigMap as needed, 
and configure the configuration information in the [Compute-storage decoupled 
Metadata Management Resource](../install-quickstart.md#Install 
DorisDisaggregatedMetaService) to be deployed according to the above sample 
format. The startup configuration file used by the Recycler service is named 
`doris_cloud.conf`, so the key of the ConfigMap for mounting the startup 
configuration must also be `doris_cloud.conf`. [...]
 
 :::tip Tip
-The Recyler service needs to use fdb as the backend metadata storage. The fdb 
service must be deployed when deploying the Recyler service.
+The Recyler service needs to use FDB as the backend metadata storage. The FDB 
service must be deployed when deploying the Recyler service.
 :::
\ No newline at end of file
diff --git 
a/versioned_docs/version-3.0/install/cluster-deployment/k8s-deploy/compute-storage-decoupled/install-quickstart.md
 
b/versioned_docs/version-3.0/install/cluster-deployment/k8s-deploy/compute-storage-decoupled/install-quickstart.md
index 09bdc74de0..ede98e2739 100644
--- 
a/versioned_docs/version-3.0/install/cluster-deployment/k8s-deploy/compute-storage-decoupled/install-quickstart.md
+++ 
b/versioned_docs/version-3.0/install/cluster-deployment/k8s-deploy/compute-storage-decoupled/install-quickstart.md
@@ -69,7 +69,7 @@ doris-operator-5b667b4954-d674k              1/1     Running  
 0          11s
 curl -O 
https://raw.githubusercontent.com/selectdb/doris-operator/master/doc/examples/disaggregated/metaservice/ddm-sample.yaml
 ```
 
-Deploy resources according to configuration metadata chapters: 
[fdb](install-metaservice/config-fdb.md), 
[ms](install-metaservice/config-ms.md), 
[recycler](install-metaservice/config-recycler.md) Configure resources 
according to actual needs.
+Deploy resources according to configuration metadata chapters: 
[FDB](install-metaservice/config-fdb.md), 
[ms](install-metaservice/config-ms.md), 
[recycler](install-metaservice/config-recycler.md) Configure resources 
according to actual needs.
 
 2. Apply `DorisDisaggregatedMetaService`
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to