# 参考文档

* [Kubernetes官方网站](https://kubernetes.io/)
* [Kubernetes Documentation](https://kubernetes.io/docs/home/)
* [Discuss Kubernetes](https://discuss.kubernetes.io/)
* [Kubernetes Contributor Community](https://github.com/kubernetes/community)
  * [Kubernetes Contributor Guide](https://github.com/kubernetes/community/tree/master/contributors/guide)
  * [Kubernetes Developer Guide](https://github.com/kubernetes/community/tree/master/contributors/devel)
  * [Special Interest Groups](https://github.com/kubernetes/community)
  * [Kubernetes Features and KEPs](https://github.com/kubernetes/features)
  * [Kubernetes release managers](https://github.com/kubernetes/sig-release/tree/master/releases)
  * [Kubernetes submit queue](http://submit-queue.k8s.io/#/e2e)
  * [Kubernetes Performance Dashboard](http://perf-dash.k8s.io/)
  * [Node Performance Dashboard](http://node-perf-dash.k8s.io/#/builds)
* [Kubernetes release notes](https://relnotes.k8s.io)
* [CNCF项目贡献统计](https://devstats.cncf.io/)
* [Kubernetes项目贡献统计](https://k8s.devstats.cncf.io/)
* [Kubernetes github metrics](http://velodrome.k8s.io)
* [Github public data](https://cloud.google.com/bigquery/public-data/github)
* [Kubernetes the hard way](https://github.com/kelseyhightower/kubernetes-the-hard-way)
* [Kubernetes Bootcamp](https://kubernetesbootcamp.github.io/kubernetes-bootcamp/index.html)
* [Design patterns for container-based distributed systems](https://www.usenix.org/system/files/conference/hotcloud16/hotcloud16_burns.pdf)
* [Designing Distributed Systems](https://cloudblogs.microsoft.com/opensource/2018/03/26/new-oreilly-e-book-on-designing-distributed-systems-available-for-free-download/)
* [Awesome Kubernetes](https://github.com/ramitsurana/awesome-kubernetes)
* [Awesome Docker](https://github.com/veggiemonk/awesome-docker)
* [OperatorHub.io](https://www.operatorhub.io/)


---

# 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://kubernetes.feisky.xyz/appendix/reference.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.
