EricGao888 commented on code in PR #10951: URL: https://github.com/apache/dolphinscheduler/pull/10951#discussion_r928376425
########## 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. + + + +* 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 | + + + +* Wait a few minutes,DolphinScheduler Installation is complete and running. Review Comment: ```suggestion * Wait a few minutes, the installation completes and `DolphinScheduler` will be running. ``` -- 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]
