# Reference Documents

* [Kubernetes: Official Website](https://kubernetes.io/)
* [Break It Down: Kubernetes Documentation](https://kubernetes.io/docs/home/)
* [Kubernetes Open Discussion](https://discuss.kubernetes.io/)
* [The Heart of Kubernetes: Contributor Community](https://github.com/kubernetes/community)
  * [Guiding Light: Kubernetes Contributor Guide](https://github.com/kubernetes/community/tree/master/contributors/guide)
  * [Making Magic: Kubernetes Developer Guide](https://github.com/kubernetes/community/tree/master/contributors/devel)
  * [Kubernetes' Special Interest Groups](https://github.com/kubernetes/community)
  * [Expanding Universe: Kubernetes Features and KEPs](https://github.com/kubernetes/features)
  * [Meet the Maestros: Kubernetes release managers](https://github.com/kubernetes/sig-release/tree/master/releases)
  * [Patience and Precision: Kubernetes submit queue](http://submit-queue.k8s.io/#/e2e)
  * [Measure to Improve: Kubernetes Performance Dashboard](http://perf-dash.k8s.io/)
  * [Node's Vital Signs: Performance Dashboard](http://node-perf-dash.k8s.io/#/builds)
* [Kubernetes Roll-Out: Release Notes](https://relnotes.k8s.io)
* [CNCF Contribution Landscape](https://devstats.cncf.io/)
* [Kubernetes' Footprints: Contribution Statistics](https://k8s.devstats.cncf.io/)
* [Kubernetes' Pulse: Github Metrics](http://velodrome.k8s.io)
* [Github Public Dataset](https://cloud.google.com/bigquery/public-data/github)
* [Kubernetes Unpacked: The Hard Way](https://github.com/kelseyhightower/kubernetes-the-hard-way)
* [Fast-Track Training: Kubernetes Bootcamp](https://kubernetesbootcamp.github.io/kubernetes-bootcamp/index.html)
* [Container Revolution: Design Patterns for Distributed Systems](https://www.usenix.org/system/files/conference/hotcloud16/hotcloud16_burns.pdf)
* [Architect's Blueprint: Designing Distributed Systems](https://cloudblogs.microsoft.com/opensource/2018/03/26/new-oreilly-e-book-on-designing-distributed-systems-available-for-free-download/)
* [Kubernetes' Greatest Hits: Awesome Kubernetes](https://github.com/ramitsurana/awesome-kubernetes)
* [Docker's Hidden Treasures: Awesome Docker](https://github.com/veggiemonk/awesome-docker)
* [Command Central: 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/en/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.
