Skip to content

Commit

Permalink
[en] update kairship-service images
Browse files Browse the repository at this point in the history
  • Loading branch information
Fan-Lin committed Dec 15, 2023
1 parent ea447cd commit dd14032
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
Binary file added docs/en/docs/kairship/images/service01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/en/docs/kairship/images/service02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/en/docs/kairship/images/service03.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/en/docs/kairship/images/service04.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/en/docs/kairship/images/service05.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 10 additions & 10 deletions docs/en/docs/kairship/resource/service.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,33 +3,33 @@ hide:
- toc
---

# Multicloud service
# Multicloud Services

Multicloud services are applications running on a group of Pods, which are exposed as network services one by one.
Using the DCE multicloud orchestration module, you can use unfamiliar service discovery mechanisms without modifying your applications.
DCE provides the IP address for the Pod running the service and provides the same DNS name for a group of Pods, which can be load balanced among these Pods.

Follow the steps below to manage multicloud services.

1. After entering a multicloud instance, in the left navigation bar, click `Resource Management` -> `Multicloud Service`, and click the `Create` button in the upper right corner.
1. After entering a multicloud instance, in the left navigation bar, click `Resource Management` -> `Multicloud Service`, and click the `Create Service` button in the upper right corner.

<!--screenshot-->
![Create](../images/service01.png)

2. On the `Create multicloud Service` page, after configuring the access type, deployment location, port configuration and other information, click `OK`. The deployment location is divided into four methods: selecting from multicloud workloads/designating clusters/designating regions/designating labels. For the latter three methods, please refer to the detailed introduction in Workloads. Here, select from workloads is added, that is, inherit the selected workloads. Deployment policy (pp) in .
2. On the `Create Multicloud Service` page, after configuring the access type, deployment location, port configuration and other information, click `OK`. The deployment location is divided into four methods: selecting from multicloud workloads/designating clusters/designating regions/designating labels. For the latter three methods, please refer to the detailed introduction in Workloads. Here, select from workloads is added, that is, inherit the selected workloads. Deployment policy (pp) in .

<!--screenshot-->
![Deploy](../images/service02.png)

3. The new feature is an early adopter. It supports one-click conversion of sub-cluster services to multicloud services. Click `Experience Now` on the list page, select the service under the specified working cluster and namespace, and click OK.
3. It supports one-click conversion of sub-cluster services to multicloud services. Click `Convert Now` on the list page, select the service under the specified working cluster and namespace, and click OK.

<!--screenshot-->
![Convert](../images/service03.png)

4. Check the multicloud service list at this time, and find that the sub-cluster service has been upgraded successfully.

<!--screenshot-->
![Upgrade](../images/service04.png)

5. Click `` on the right side of the list to update and delete the service.

<!--screenshot-->
![Update/Delete](../images/service05.png)

!!! note

Expand Down Expand Up @@ -70,4 +70,4 @@ spec:
internalTrafficPolicy: Cluster
status:
loadBalancer: {}
```
```
Binary file added docs/zh/docs/kairship/images/service01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions docs/zh/docs/kairship/resource/service.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ DCE 为运行服务的 Pod 提供了 IP 地址,并为一组 Pod 提供相同

参照以下步骤管理多云服务。

1. 进入某一个多云实例后,在左侧导航栏中,点击`资源管理` -> `多云服务`,点击右上角的`创建`按钮。
1. 进入某一个多云实例后,在左侧导航栏中,点击`资源管理` -> `多云服务`,点击右上角的`创建服务`按钮。

![创建多云服务](https://docs.daocloud.io/daocloud-docs-images/docs/kairship/images/service01.png)
![创建多云服务](../images/service01.png)

2.`创建多云服务`页面中,配置访问类型、部署位置、端口配置等信息后,点击`确定`。部署位置分为从多云工作负载选取/指定集群/指定地域/指定标签四种方式,后三种可参考工作负载中的详细介绍,此处新增从工作负载中选取,即继承所选工作负载中的部署策略(pp)。

![部署策略](https://docs.daocloud.io/daocloud-docs-images/docs/kairship/images/service02.png)

3. 新功能尝鲜,支持一键将子集群服务转换为多云服务,点击列表页的`立即体验`,选择指定工作集群和命名空间下的服务,点击确定。
3. 支持一键将子集群服务转换为多云服务,点击列表页的`立即转换`,选择指定工作集群和命名空间下的服务,点击确定。

![一键转换](https://docs.daocloud.io/daocloud-docs-images/docs/kairship/images/service03.png)

Expand Down

0 comments on commit dd14032

Please sign in to comment.