|
| 1 | +--- |
| 2 | +title: 其他工具 |
| 3 | +content_type: concept |
| 4 | +weight: 80 |
| 5 | +no_list: true |
| 6 | +--- |
| 7 | + |
| 8 | +<!-- |
| 9 | +title: Other Tools |
| 10 | +reviewers: |
| 11 | +- janetkuo |
| 12 | +content_type: concept |
| 13 | +weight: 80 |
| 14 | +no_list: true |
| 15 | +--> |
| 16 | + |
| 17 | +<!-- overview --> |
| 18 | +<!-- |
| 19 | +Kubernetes contains several built-in tools to help you work with the Kubernetes system. |
| 20 | +--> |
| 21 | +Kubernetes 包含多个内置工具来帮助你使用 Kubernetes 系统。 |
| 22 | + |
| 23 | + |
| 24 | +<!-- body --> |
| 25 | + |
| 26 | +<!-- |
| 27 | +## Minikube |
| 28 | +
|
| 29 | +[`minikube`](https://minikube.sigs.k8s.io/docs/) is a tool that |
| 30 | +runs a single-node Kubernetes cluster locally on your workstation for |
| 31 | +development and testing purposes. |
| 32 | +--> |
| 33 | +## Minikube |
| 34 | + |
| 35 | +[`minikube`](https://minikube.sigs.k8s.io/docs/) |
| 36 | +是一种在你的工作站上本地运行单节点 Kubernetes 集群的工具,用于开发和测试。 |
| 37 | + |
| 38 | +<!-- |
| 39 | +## Dashboard |
| 40 | +
|
| 41 | +[`Dashboard`](/docs/tasks/access-application-cluster/web-ui-dashboard/), the web-based user interface of Kubernetes, allows you to deploy containerized applications |
| 42 | +to a Kubernetes cluster, troubleshoot them, and manage the cluster and its resources itself. |
| 43 | +--> |
| 44 | +## 仪表盘 |
| 45 | + |
| 46 | +[`Dashboard`](/zh/docs/tasks/access-application-cluster/web-ui-dashboard/), |
| 47 | +基于 Web 的 Kubernetes 用户界面, |
| 48 | +允许你将容器化的应用程序部署到 Kubernetes 集群, |
| 49 | +对它们进行故障排查,并管理集群及其资源本身。 |
| 50 | + |
| 51 | +<!-- |
| 52 | +## Helm |
| 53 | +
|
| 54 | +[`Kubernetes Helm`](https://github.com/kubernetes/helm) is a tool for managing packages of pre-configured |
| 55 | +Kubernetes resources, aka Kubernetes charts. |
| 56 | +--> |
| 57 | +## Helm |
| 58 | + |
| 59 | +[`Kubernetes Helm`](https://github.com/kubernetes/helm) |
| 60 | +是一个用于管理预配置 Kubernetes 资源包的工具,也就是 Kubernetes 图表。 |
| 61 | + |
| 62 | +<!-- |
| 63 | +Use Helm to: |
| 64 | +
|
| 65 | +* Find and use popular software packaged as Kubernetes charts |
| 66 | +* Share your own applications as Kubernetes charts |
| 67 | +* Create reproducible builds of your Kubernetes applications |
| 68 | +* Intelligently manage your Kubernetes manifest files |
| 69 | +* Manage releases of Helm packages |
| 70 | +--> |
| 71 | +使用 Helm 来: |
| 72 | + |
| 73 | +* 查找和使用打包为 Kubernetes 图表的流行软件 |
| 74 | +* 将你自己的应用程序共享为 Kubernetes 图表 |
| 75 | +* 为你的 Kubernetes 应用程序创建可重现的构建 |
| 76 | +* 智能管理你的 Kubernetes 清单文件 |
| 77 | +* 管理 Helm 包的发布 |
| 78 | + |
| 79 | +<!-- |
| 80 | +## Kompose |
| 81 | +
|
| 82 | +[`Kompose`](https://github.com/kubernetes/kompose) is a tool to help Docker Compose users move to Kubernetes. |
| 83 | +--> |
| 84 | +## Kompose |
| 85 | + |
| 86 | +[`Kompose`](https://github.com/kubernetes/kompose) |
| 87 | +是一个帮助 Docker Compose 用户迁移到 Kubernetes 的工具。 |
| 88 | + |
| 89 | +<!-- |
| 90 | +Use Kompose to: |
| 91 | +
|
| 92 | +* Translate a Docker Compose file into Kubernetes objects |
| 93 | +* Go from local Docker development to managing your application via Kubernetes |
| 94 | +* Convert v1 or v2 Docker Compose `yaml` files or [Distributed Application Bundles](https://docs.docker.com/compose/bundles/) |
| 95 | +--> |
| 96 | + |
| 97 | +使用 Kompose: |
| 98 | + |
| 99 | +* 将 Docker Compose 文件翻译成 Kubernetes 对象 |
| 100 | +* 从本地 Docker 开发转到通过 Kubernetes 管理你的应用程序 |
| 101 | +* 转换 Docker Compose v1 或 v2 版本的 `yaml` 文件或[分布式应用程序包](https://docs.docker.com/compose/bundles/) |
0 commit comments