> For the complete documentation index, see [llms.txt](https://qdurenhongcai.gitbook.io/kubernetes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://qdurenhongcai.gitbook.io/kubernetes/master.md).

# Introduction

## 《Kubernetes 社区之路》

本书记录参与Kubernetes社区贡献的点点滴滴。

本书可能的读者：

* 初级开源爱好者：希望能帮助你从0到1开启社区贡献之路
* 中级开源爱好者：希望能一起探讨
* 高级开源爱好者：希望你能不吝赐教

## 源文件组织形式

### 章节目录

每个章节文章及本章节的配图放到同一个目录，目录名称格式为"chapterXX"，其中XX表示章节序号，不足两位以0补齐。

例如，第一章目录名为chapter01。

### 源码文件

每个章节都对应一个源码文件，文件命名格式为"\[节]-\[源码文件名].md"。

例如，某章第一节的源码文件名为1.1-go\_schedule.md。

注：源码文件名中不再体现`章`，以避免章节调整时再重命名。

### 配图

每章的配图放到章目录下的images子目录中。每节的配图统一命名，格式为"\[本节关键词]-\[本节图片序号]-\[图片名]"。

例如，第一节第一张图命令为：chan-01-chan\_queue.png

建议同时保留图片原型，以便修改方便。图片原型文件命令与图片一致，只是后缀不同。

## 画图工具

本书中所有原创图片都使用[`ProcessOn`](https://www.processon.com/i/5ba9b549e4b075b9fe553d20)在线工具完成。

## 开始阅读

[开始阅读](https://qdurenhongcai.gitbook.io/kubernetes/)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://qdurenhongcai.gitbook.io/kubernetes/master.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.
