[Dubbo-2349](https://github.com/apache/incubator-dubbo/issues/2349 ) [ Baiji-10]
## What is the purpose of the change 百技274 10组 ## Brief changelog 修改了中文 增加了英文翻译 Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Make sure there is a [GITHUB_issue](https://github.com/apache/incubator-dubbo-website/issues) filed for the change (usually before you start working on it). Trivial changes like typos do not require a GITHUB issue. Your pull request should address just this issue, without pulling in other changes - one PR resolves one issue. - [ ] Format the pull request title like `Fix UnknownException when host config not exist #XXX`. Each commit in the pull request should have a meaningful subject line and body. - [ ] Write a pull request description that is detailed enough to understand what the pull request does, how, and why. - [ ] Test your code locally by running `docsite start`, and make sure it works as expected. - [ ] Make sure no files under build directory is added. - [ ] If this contribution is large, please follow the [Software Donation Guide](https://github.com/apache/incubator-dubbo/wiki/Software-donation-guide). ## Comments: 1. 原文档:Dubbo上有个proposal是关于这个的。 修改为:Dubbo上有个proposal是关于这个的。 2. 原文档:而且servicename一般其服务接口的包名称,比较长 修改为:而且servicename一般其服务接口的包名称比较长 3. 原文档:这个是改造大点 修改为:这是个大的改动 4. 原文档:应用管理 -》创建应用,类型为kubernetes应用并且指定在容器镜像服务中的镜像。 修改为:应用管理 -》创建应用,创建类型为kubernetes, 并且指定在容器镜像服务中的镜像。 ## 个人理解: 1. 我的理解是staticresolution的机制是: 最简单最需要支持的一种servicediscovery机制,具体也可以参考Envoy在此的观点, 由于HSF/Dubbo一直突出其软负载的地址发现能力,反而忽略Static的策略。同时蚂蚁 的SOFA一直是支持此种策略,那一个SOFA工程的工程片段做一个解释。 2. 由于HSF/Dubbo一直突出其软负载的地址发现能力,反而忽略Static的策略,我的理解是staticresolution的机制是最简单最需要支持的一种servicediscovery机制,具体也可以参考Envoy在此的观点,同时蚂蚁的SOFA一直是支持此种策略,那一个SOFA工程的工程片段做一个解释。 3. 详细的kubernetes服务部署Demo文档,既有利于提升用户体验,同时也便于维护。 [ Full content available at: https://github.com/apache/incubator-dubbo-website/pull/115 ] This message was relayed via gitbox.apache.org for [email protected]
