EricGao888 commented on code in PR #10951:
URL: https://github.com/apache/dolphinscheduler/pull/10951#discussion_r928378192


##########
docs/docs/en/guide/installation/rainbond.md:
##########
@@ -0,0 +1,64 @@
+# Use Rainbond Deployment
+
+This article describes the one-click deployment of highly available 
DolphinScheduler clusters through the [Rainbond](https://www.rainbond.com/) 
cloud native application management platform,This method is suitable for users 
who don't know much about complex technologies such as Kubernetes,Lowered the 
threshold for deploying DolphinScheduler in Kubernetes.
+
+## Prerequisites
+
+* Available Rainbond cloud native application management platform,Please refer 
to the documentation [Rainbond Quick 
install](https://www.rainbond.com/docs/quick-start/quick-install)
+
+## DolphinScheduler Cluster One-click Deployment 
+
+* Docking and accessing the built-in open source app store,Search the keyword 
`dolphinscheduler` to find App DolphinScheduler.
+
+![](../../../../img/rainbond/appstore-dolphinscheduler.png)
+
+* Click install on the right side of DolphinScheduler to go to the 
installation page,Fill in the corresponding information,Click OK to start the 
installation,Automatically jump to the application view.
+
+| Select item  | Description                          |
+| ------------ | ------------------------------------ |
+| Team name    | user workspace,Isolate by namespace |
+| Cluster name | select kubernetes cluster            |
+| Select app   | select application                   |
+| app version  | select DolphinScheduler version      |
+
+![](../../../../img/rainbond/install-dolphinscheduler.png)
+
+* Wait a few minutes,DolphinScheduler Installation is complete and running.
+
+![](../../../../img/rainbond/topology-dolphinscheduler.png)
+
+* Access DolphinScheduler-API components,The default user password is `admin` 
/ `dolphinscheduler123`.
+
+![](../../../../img/rainbond/homepage-dolphinscheduler.png)
+
+## API Master Worker Node Telescopic
+
+DolphinScheduler API、Master、Worker Both support scaling multiple 
instances,Multiple instances can ensure the high availability of the entire 
cluster.
+
+Take worker as an example,Enter into the component -> Telescopic,Set the 
number of instances.
+
+![](../../../../img/rainbond/dolpscheduler-worker.png)
+
+Verify Worker Node,Enter DolphinScheduler UI -> Monitoring -> Worker View node 
information.
+
+![](../../../../img/rainbond/monitor-dolphinscheduler.png)
+## Configuration file
+
+API and Worker Service sharing `/opt/dolphinscheduler/conf/common.properties` 
,To modify the configuration, you only need to modify the configuration file of 
the API service.

Review Comment:
   ```suggestion
   API and Worker Services share the configuration file 
`/opt/dolphinscheduler/conf/common.properties`. To modify the configurations, 
you only need to modify that of the API service.
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to