# Helm

本系列文档是基于 Helm 官方文档翻译，[helm.sh/docs](https://helm.sh/docs/)，版本基于最新的 Helm3。

* [Helm 架构](/kubernetes/helm/helm-arch.md)
* [Helm 快速上手](/kubernetes/helm/helm-quickstart.md)
* [Helm 使用](/kubernetes/helm/helm-using.md)
* [Helm 命令](/kubernetes/helm/helm-command.md)

{% hint style="info" %}
Helm3 是一个命令行工具，如果有 HTTP 方式操作 Helm 的需求，可以考虑我结合 Helm Go SDK 封装的开源 HTTP Server [helm-wrapper](https://github.com/opskumu/helm-wrapper)。
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wiki.opskumu.com/kubernetes/helm.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
