# 用户指南概览

该章节主要记录 Kubernetes 使用过程中的一些配置技巧和操作，包括：

* Kubernetes 中基本资源对象的配置
* 命令行工具的使用
* 集群安全性管理
* 如何访问 Kubernetes 集群
* 如何在 Kubernetes 中开发部署应用


---

# 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://doc.cncf.vip/kubernetes-handbook/yong-hu-zhi-nan/index.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.
