# 开发指南

- [开发指南概览](https://doc.cncf.vip/kubernetes-handbook/kai-fa-zhi-nan/index.md)
- [SIG 和工作组](https://doc.cncf.vip/kubernetes-handbook/kai-fa-zhi-nan/sigs-and-working-group.md)
- [开发环境搭建](https://doc.cncf.vip/kubernetes-handbook/kai-fa-zhi-nan/developing-environment.md)
- [本地分布式开发环境搭建（使用 Vagrant 和 Virtualbox）](https://doc.cncf.vip/kubernetes-handbook/kai-fa-zhi-nan/developing-environment/using-vagrant-and-virtualbox-for-development.md)
- [单元测试和集成测试](https://doc.cncf.vip/kubernetes-handbook/kai-fa-zhi-nan/testing.md)
- [client-go 示例](https://doc.cncf.vip/kubernetes-handbook/kai-fa-zhi-nan/client-go-sample.md)
- [client-go 中的 informer 源码分析](https://doc.cncf.vip/kubernetes-handbook/kai-fa-zhi-nan/client-go-sample/client-go-informer-sourcecode-analyse.md)
- [Operator](https://doc.cncf.vip/kubernetes-handbook/kai-fa-zhi-nan/operator.md)
- [operator-sdk](https://doc.cncf.vip/kubernetes-handbook/kai-fa-zhi-nan/operator/operator-sdk.md)
- [kubebuilder](https://doc.cncf.vip/kubernetes-handbook/kai-fa-zhi-nan/kubebuilder.md)
- [使用 kubebuilder 创建 operator 示例](https://doc.cncf.vip/kubernetes-handbook/kai-fa-zhi-nan/kubebuilder/kubebuilder-example.md)
- [高级开发指南](https://doc.cncf.vip/kubernetes-handbook/kai-fa-zhi-nan/advance-developer.md)
- [社区贡献](https://doc.cncf.vip/kubernetes-handbook/kai-fa-zhi-nan/contribute.md)
- [Minikube](https://doc.cncf.vip/kubernetes-handbook/kai-fa-zhi-nan/minikube.md)


---

# 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/kai-fa-zhi-nan.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.
