# 其他工具

LLMS index: [llms.txt](/llms.txt)

---

<!--
title: Other Tools
reviewers:
- janetkuo
content_type: concept
weight: 150
no_list: true
-->

<!-- overview -->

<!--
Kubernetes contains several tools to help you work with the Kubernetes system.
-->
Kubernetes 包含多种工具来帮助你使用 Kubernetes 系统。

<!-- body -->

## crictl

<!-- 
[`crictl`](https://github.com/kubernetes-sigs/cri-tools) is a command-line
interface for inspecting and debugging <a class='glossary-tooltip' title='在 kubelet 和本地容器运行时之间通讯的协议' data-bs-toggle='tooltip' data-bs-placement='top' href='/zh-cn/docs/concepts/architecture/cri' target='_blank' aria-label='CRI'>CRI</a>-compatible
container runtimes.
-->
[`crictl`](https://github.com/kubernetes-sigs/cri-tools)
是用于检查和调试兼容 <a class='glossary-tooltip' title='在 kubelet 和本地容器运行时之间通讯的协议' data-bs-toggle='tooltip' data-bs-placement='top' href='/zh-cn/docs/concepts/architecture/cri' target='_blank' aria-label='CRI'>CRI</a>
的容器运行时的命令行接口。

## Dashboard

<!--
[`Dashboard`](/docs/tasks/access-application-cluster/web-ui-dashboard/), the web-based user interface of Kubernetes, allows you to deploy containerized applications
to a Kubernetes cluster, troubleshoot them, and manage the cluster and its resources itself.
-->
[`Dashboard`](/zh-cn/docs/tasks/access-application-cluster/web-ui-dashboard/)，
基于 Web 的 Kubernetes 用户界面，允许你将容器化的应用程序部署到 Kubernetes 集群，
对它们进行故障排查，并管理集群及其资源本身。

## Headlamp

<!--
[Headlamp](https://headlamp.dev/) is an extensible Kubernetes graphical user
interface, and is an optional Kubernetes cluster component.
Headlamp is part of the Kubernetes project.
-->
[Headlamp](https://headlamp.dev/) 是一个可扩展的 Kubernetes
图形用户界面，也是 Kubernetes 集群的一个可选组件。
Headlamp 是 Kubernetes 项目的一部分。

<!--
Headlamp provides:

* A modern, user-friendly graphical interface for cluster management and troubleshooting
* Support for both in-cluster deployment and desktop application modes
* Extensibility through a plugin system
* RBAC-based controls that adapt to user permissions
-->
Headlamp 提供：

* 现代化的、用户友好的图形界面，用于集群管理和故障排除
* 支持集群内部署和桌面应用程序模式
* 通过插件系统进行扩展
* 基于角色的访问控制（RBAC），可根据用户权限进行调整

## Helm

<div class="alert alert-secondary callout third-party-content" role="note">&#128711; 本条目指向第三方项目或产品，而该项目（产品）不是 Kubernetes 的一部分。<a class="alert-more-info" href="#third-party-content-disclaimer">更多信息</a></div>


<!--
[Helm](https://helm.sh/) is a tool for managing packages of pre-configured
Kubernetes resources. These packages are known as _Helm charts_.
-->
[Helm](https://helm.sh/)
是一个用于管理预配置 Kubernetes 资源包的工具。这些包被称为 “Helm Chart”。

<!--
Use Helm to:

* Find and use popular software packaged as Kubernetes charts
* Share your own applications as Kubernetes charts
* Create reproducible builds of your Kubernetes applications
* Intelligently manage your Kubernetes manifest files
* Manage releases of Helm packages
-->
使用 Helm 来：

* 查找和使用打包为 Kubernetes 图表的流行软件
* 将你自己的应用程序共享为 Kubernetes 图表
* 为你的 Kubernetes 应用程序创建可重现的构建
* 智能管理你的 Kubernetes 清单文件
* 管理 Helm 包的发布

## kind

<!--
[`kind`](https://kind.sigs.k8s.io/) is a tool for running local Kubernetes
clusters using Docker container nodes. kind is primarily designed for testing
Kubernetes itself, but may also be used for local development or CI.
-->
[`kind`](https://kind.sigs.k8s.io/) 是一个使用 Docker
容器节点运行本地 Kubernetes 集群的工具。
kind 主要用于测试 Kubernetes 本身，但也可用于本地开发或持续集成（CI）。

## Kompose

<!--
[`Kompose`](https://github.com/kubernetes/kompose) is a tool to help Docker Compose users move to Kubernetes.
-->
[`Kompose`](https://github.com/kubernetes/kompose)
是一个帮助 Docker Compose 用户迁移到 Kubernetes 的工具。

<!--
Use Kompose to:

* Translate a Docker Compose file into Kubernetes objects
* Go from local Docker development to managing your application via Kubernetes
* Convert v1 or v2 Docker Compose `yaml` files or [Distributed Application Bundles](https://docs.docker.com/compose/bundles/)
-->

使用 Kompose：

* 将 Docker Compose 文件翻译成 Kubernetes 对象
* 从本地 Docker 开发转到通过 Kubernetes 管理你的应用程序
* 转换 Docker Compose v1 或 v2 版本的 `yaml`
  文件或[分布式应用程序包](https://docs.docker.com/compose/bundles/)

## Kui

<!--
[`Kui`](https://github.com/kubernetes-sigs/kui) is a GUI tool that takes your normal `kubectl` command line requests and responds with graphics.
Instead of ASCII tables, Kui provides a GUI rendering with tables that you can sort.
-->
[`Kui`](https://github.com/kubernetes-sigs/kui)
是一个接受你标准的 `kubectl` 命令行请求并以图形响应的 GUI 工具。
Kui 不提供 ASCII 表格，而是提供 GUI 渲染，其中包含可排序的表格。

<!--
Kui takes the normal `kubectl` command line requests and responds with graphics. Instead 
of ASCII tables, Kui provides a GUI rendering with tables that you can sort.
-->
Kui 接受标准的 `kubectl` 命令行工具并以图形响应。
Kui 提供包含可排序表格的 GUI 渲染，而不是 ASCII 表格。

<!--
Kui lets you:

* Directly click on long, auto-generated resource names instead of copying and pasting
* Type in `kubectl` commands and see them execute, even sometimes faster than `kubectl` itself
* Query a <a class='glossary-tooltip' title='Job 是需要运行完成的确定性的或批量的任务。' data-bs-toggle='tooltip' data-bs-placement='top' href='/zh-cn/docs/concepts/workloads/controllers/job/' target='_blank' aria-label='Job'>Job</a> and see its execution rendered
  as a waterfall diagram
* Click through resources in your cluster using a tabbed UI 
-->
Kui 让你能够：

* 直接点击长的、自动生成的资源名称，而不是复制和粘贴
* 输入 `kubectl` 命令并查看它们的执行，有时甚至比 `kubectl` 本身更快
* 查询 <a class='glossary-tooltip' title='Job 是需要运行完成的确定性的或批量的任务。' data-bs-toggle='tooltip' data-bs-placement='top' href='/zh-cn/docs/concepts/workloads/controllers/job/' target='_blank' aria-label='Job'>Job</a> 并查看其执行渲染为瀑布图
* 使用选项卡式 UI 在集群中单击资源

## Minikube

<!--
[`minikube`](https://minikube.sigs.k8s.io/docs/) is a tool that
runs a single-node Kubernetes cluster locally on your workstation for
development and testing purposes.
-->
[`minikube`](https://minikube.sigs.k8s.io/docs/)
是一种在你的工作站上本地运行单节点 Kubernetes 集群的工具，用于开发和测试。
