# 开发指南

- [开发指南概览](https://hezhiqiang.gitbook.io/kubernetes-handbook/kai-fa-zhi-nan/index.md)
- [SIG和工作组](https://hezhiqiang.gitbook.io/kubernetes-handbook/kai-fa-zhi-nan/sigs-and-working-group.md)
- [开发环境搭建](https://hezhiqiang.gitbook.io/kubernetes-handbook/kai-fa-zhi-nan/developing-environment.md)
- [本地分布式开发环境搭建（使用Vagrant和Virtualbox）](https://hezhiqiang.gitbook.io/kubernetes-handbook/kai-fa-zhi-nan/developing-environment/using-vagrant-and-virtualbox-for-development.md)
- [单元测试和集成测试](https://hezhiqiang.gitbook.io/kubernetes-handbook/kai-fa-zhi-nan/testing.md)
- [client-go示例](https://hezhiqiang.gitbook.io/kubernetes-handbook/kai-fa-zhi-nan/client-go-sample.md)
- [Operator](https://hezhiqiang.gitbook.io/kubernetes-handbook/kai-fa-zhi-nan/operator.md)
- [operator-sdk](https://hezhiqiang.gitbook.io/kubernetes-handbook/kai-fa-zhi-nan/operator/operator-sdk.md)
- [kubebuilder](https://hezhiqiang.gitbook.io/kubernetes-handbook/kai-fa-zhi-nan/kubebuilder.md)
- [高级开发指南](https://hezhiqiang.gitbook.io/kubernetes-handbook/kai-fa-zhi-nan/advance-developer.md)
- [社区贡献](https://hezhiqiang.gitbook.io/kubernetes-handbook/kai-fa-zhi-nan/contribute.md)
- [Minikube](https://hezhiqiang.gitbook.io/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://hezhiqiang.gitbook.io/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.
