hapihu commented on a change in pull request #16780:
URL: https://github.com/apache/flink/pull/16780#discussion_r688625312
##########
File path:
docs/content.zh/docs/deployment/resource-providers/standalone/kubernetes.md
##########
@@ -88,94 +86,102 @@ You can tear down the cluster using the following commands:
$ kubectl delete -f jobmanager-session-deployment.yaml
```
-
{{< top >}}
-## Deployment Modes
+<a name="deployment-modes"></a>
-### Deploy Application Cluster
+## 部署模式
-A *Flink Application cluster* is a dedicated cluster which runs a single
application, which needs to be available at deployment time.
+### Application 集群模式
-A basic *Flink Application cluster* deployment in Kubernetes has three
components:
+*Flink Application 集群* 是运行单个 Application 的专用集群,部署集群时要保证该 Application 可用。
-* an *Application* which runs a *JobManager*
-* a *Deployment* for a pool of *TaskManagers*
-* a *Service* exposing the *JobManager's* REST and UI ports
+在 Kubernetes 上部署一个基本的 *Flink Application 集群* 时,一般包括下面三个组件:
-Check [the Application cluster specific resource
definitions](#application-cluster-resource-definitions) and adjust them
accordingly:
+* *Application* 作业,同时在该 *Application* 中运行 *JobManager*;
Review comment:
Okay, that sounds a little bit more concise.
--
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]