Browse Source

[Doc][K8S] Add DS K8S Operator into k8s deployment character (#15516)

Co-authored-by: Rick Cheng <rickchengx@gmail.com>
3.2.1-prepare
John Huang 4 months ago committed by GitHub
parent
commit
8abb5e55b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      docs/docs/en/guide/installation/kubernetes.md
  2. 2
      docs/docs/zh/guide/installation/kubernetes.md

2
docs/docs/en/guide/installation/kubernetes.md

@ -4,6 +4,8 @@ Kubernetes deployment is DolphinScheduler deployment in a Kubernetes cluster, wh
If you are a new hand and want to experience DolphinScheduler functions, we recommend you install follow [Standalone deployment](standalone.md). If you want to experience more complete functions and schedule massive tasks, we recommend you install follow [pseudo-cluster deployment](pseudo-cluster.md). If you want to deploy DolphinScheduler in production, we recommend you follow [cluster deployment](cluster.md) or [Kubernetes deployment](kubernetes.md).
> **Tip**: You can also try [DolphinScheduler K8S Operator](https://github.com/apache/dolphinscheduler-operator),which is current on alpha1 stage
## Prerequisites
- [Helm](https://helm.sh/) version 3.1.0+

2
docs/docs/zh/guide/installation/kubernetes.md

@ -4,6 +4,8 @@ Kubernetes 部署目的是在 Kubernetes 集群中部署 DolphinScheduler 服务
如果你是新手,想要体验 DolphinScheduler 的功能,推荐使用[Standalone](standalone.md)方式体检。如果你想体验更完整的功能,或者更大的任务量,推荐使用[伪集群部署](pseudo-cluster.md)。如果你是在生产中使用,推荐使用[集群部署](cluster.md)或者[kubernetes](kubernetes.md)
> **提示**: 您也可以尝试使用[DolphinScheduler K8S Operator](https://github.com/apache/dolphinscheduler-operator),目前处于 alpha1 阶段
## 先决条件
- [Helm](https://helm.sh/) 3.1.0+

Loading…
Cancel
Save