Skip to content

Commit 92bbce0

Browse files
authored
Update tools.md
1 parent c3dee1e commit 92bbce0

1 file changed

Lines changed: 20 additions & 20 deletions

File tree

content/zh/docs/reference/tools.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ content_template: templates/concept
99
---
1010
reviewers:
1111
- janetkuo
12-
title: 工具
12+
title: 工具
1313
content_template: templates/concept
1414
---
1515

1616
<!--
1717
Kubernetes contains several built-in tools to help you work with the Kubernetes system.
1818
-->
1919
{{% capture overview %}}
20-
Kubernetes 包含一些内置工具,可以帮助用户更好的使用 Kubernetes 系统。
20+
Kubernetes 包含一些内置工具,可以帮助用户更好的使用 Kubernetes 系统。
2121
{{% /capture %}}
2222

2323
{{% capture body %}}
@@ -26,22 +26,22 @@ Kubernetes
2626
<!--
2727
[`kubectl`](/docs/tasks/tools/install-kubectl/) is the command line tool for Kubernetes. It controls the Kubernetes cluster manager.
2828
-->
29-
[`kubectl`](/docs/tasks/tools/install-kubectl/) 是 Kubernetes 命令行工具,可以用来操控 Kubernetes 集群。
29+
[`kubectl`](/docs/tasks/tools/install-kubectl/) 是 Kubernetes 命令行工具,可以用来操控 Kubernetes 集群。
3030

3131
## Kubeadm
3232

3333
<!--
3434
[`kubeadm`](/docs/tasks/tools/install-kubeadm/) is the command line tool for easily provisioning a secure Kubernetes cluster on top of physical or cloud servers or virtual machines (currently in alpha).
3535
-->
36-
[`kubeadm`](/docs/tasks/tools/install-kubeadm/) 是一个命令行工具,可以用来在物理机、云服务器或虚拟机(目前处于 alpha 阶段)上轻松部署一个安全可靠的 Kubernetes 集群。
36+
[`kubeadm`](/docs/tasks/tools/install-kubeadm/) 是一个命令行工具,可以用来在物理机、云服务器或虚拟机(目前处于 alpha 阶段)上轻松部署一个安全可靠的 Kubernetes 集群。
3737

3838
## Kubefed
3939

4040
<!--
4141
[`kubefed`](/docs/tasks/federation/set-up-cluster-federation-kubefed/) is the command line tool
4242
to help you administrate your federated clusters.
4343
-->
44-
[`kubefed`](/docs/tasks/federation/set-up-cluster-federation-kubefed/) 是一个命令行工具,可以用来帮助用户管理联邦集群。
44+
[`kubefed`](/docs/tasks/federation/set-up-cluster-federation-kubefed/) 是一个命令行工具,可以用来帮助用户管理联邦集群。
4545

4646

4747
## Minikube
@@ -51,7 +51,7 @@ to help you administrate your federated clusters.
5151
easy to run a single-node Kubernetes cluster locally on your workstation for
5252
development and testing purposes.
5353
-->
54-
[`minikube`](/docs/tasks/tools/install-minikube/) 是一个可以方便用户在其工作站点本地部署一个单节点 Kubernetes 集群的工具,用于开发和测试。
54+
[`minikube`](/docs/tasks/tools/install-minikube/) 是一个可以方便用户在其工作站点本地部署一个单节点 Kubernetes 集群的工具,用于开发和测试。
5555

5656

5757
## Dashboard
@@ -60,15 +60,15 @@ development and testing purposes.
6060
[`Dashboard`](/docs/tasks/access-application-cluster/web-ui-dashboard/), the web-based user interface of Kubernetes, allows you to deploy containerized applications
6161
to a Kubernetes cluster, troubleshoot them, and manage the cluster and its resources itself.
6262
-->
63-
[`Dashboard`](/docs/tasks/access-application-cluster/web-ui-dashboard/), 是 Kubernetes 基于 Web 的用户管理界面,允许用户部署容器化应用到 Kubernetes 集群,进行故障排查以及管理集群和集群资源。
63+
[`Dashboard`](/docs/tasks/access-application-cluster/web-ui-dashboard/), 是 Kubernetes 基于 Web 的用户管理界面,允许用户部署容器化应用到 Kubernetes 集群,进行故障排查以及管理集群和集群资源。
6464

6565
## Helm
6666

6767
<!--
6868
[`Kubernetes Helm`](https://github.com/kubernetes/helm) is a tool for managing packages of pre-configured
6969
Kubernetes resources, aka Kubernetes charts.
7070
-->
71-
[`Kubernetes Helm`](https://github.com/kubernetes/helm) 是一个管理预先配置 Kubernetes 资源包的工具,这里的资源在 Helm 中也被称作 Kubernetes charts。
71+
[`Kubernetes Helm`](https://github.com/kubernetes/helm) 是一个管理预先配置 Kubernetes 资源包的工具,这里的资源在 Helm 中也被称作 Kubernetes charts。
7272

7373
<!--
7474
Use Helm to:
@@ -79,20 +79,20 @@ Use Helm to:
7979
* Intelligently manage your Kubernetes manifest files
8080
* Manage releases of Helm packages
8181
-->
82-
使用 Helm:
82+
使用 Helm:
8383

84-
*查找并使用已经打包为 Kubernetes charts 的流行软件
85-
*分享您自己的应用作为 Kubernetes charts
86-
*为 Kubernetes 应用创建可重复执行的构建
87-
*为您的 Kubernetes 清单文件提供更智能化的管理
88-
*管理 Helm 软件包的发布
84+
* 查找并使用已经打包为 Kubernetes charts 的流行软件
85+
* 分享您自己的应用作为 Kubernetes charts
86+
* 为 Kubernetes 应用创建可重复执行的构建
87+
* 为您的 Kubernetes 清单文件提供更智能化的管理
88+
* 管理 Helm 软件包的发布
8989

9090
## Kompose
9191

9292
<!--
9393
[`Kompose`](https://github.com/kubernetes-incubator/kompose) is a tool to help Docker Compose users move to Kubernetes.
9494
-->
95-
[`Kompose`](https://github.com/kubernetes-incubator/kompose) 一个转换工具,用来帮助 Docker Compose 用户迁移至 Kubernetes。
95+
[`Kompose`](https://github.com/kubernetes-incubator/kompose) 一个转换工具,用来帮助 Docker Compose 用户迁移至 Kubernetes。
9696

9797
<!--
9898
Use Kompose to:
@@ -101,9 +101,9 @@ Use Kompose to:
101101
* Go from local Docker development to managing your application via Kubernetes
102102
* Convert v1 or v2 Docker Compose `yaml` files or [Distributed Application Bundles](https://docs.docker.com/compose/bundles/)
103103
-->
104-
使用 Kompose:
104+
使用 Kompose:
105105

106-
* 将一个 Docker Compose 文件解释成 Kubernetes 对象
107-
* 将本地 Docker 开发 转变成通过 Kubernetes 来管理
108-
* 转换 v1 或 v2 Docker Compose `yaml` 文件 或 [分布式应用程序包](https://docs.docker.com/compose/bundles/)
109-
{{% /capture %}}
106+
* 将一个 Docker Compose 文件解释成 Kubernetes 对象
107+
* 将本地 Docker 开发 转变成通过 Kubernetes 来管理
108+
* 转换 v1 或 v2 Docker Compose `yaml` 文件 或 [分布式应用程序包](https://docs.docker.com/compose/bundles/)
109+
{{% /capture %}}

0 commit comments

Comments
 (0)