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

# README

* [序：Kubernetes之道](/kubernetes-notes/tao-of-k8s.md)
* 搭建开发环境
  * [搭建本地开发测试环境](/kubernetes-notes/da-jian-kai-fa-huan-jing/install-local-k8s.md)
* 基本概念
  * Workloads
    * [StatefulSet](/kubernetes-notes/ji-ben-gai-nian/workloads/statefulset.md)
  * 认证鉴权
    * [理解证书](/kubernetes-notes/ji-ben-gai-nian/ren-zheng-jian-quan/certificate.md)
    * [Kubelet配置](/kubernetes-notes/ji-ben-gai-nian/ren-zheng-jian-quan/kubelet.md)
  * [垃圾回收](/kubernetes-notes/ji-ben-gai-nian/garbage-collection.md)
  * [Service](/kubernetes-notes/ji-ben-gai-nian/service.md)
* 基础组件
  * [Scheduler](/kubernetes-notes/ji-chu-zu-jian/scheduler.md)
  * [自动扩缩容(HPA)](/kubernetes-notes/ji-chu-zu-jian/hpa.md)
* 容器运行时(Container Runtime)
  * [CRI](/kubernetes-notes/rong-qi-yun-xing-shi-container-runtime/cri.md)
  * Docker
    * [安装配置Docker](/kubernetes-notes/rong-qi-yun-xing-shi-container-runtime/docker/install-and-configure-docker.md)
    * [Docker FAQ](/kubernetes-notes/rong-qi-yun-xing-shi-container-runtime/docker/docker-faq.md)
  * Containerd
* 资源隔离与限制
  * 基础知识
    * [Cgroup](/kubernetes-notes/zi-yuan-ge-li-yu-xian-zhi/ji-chu-zhi-shi/cgroup.md)
    * [Namespaces](/kubernetes-notes/zi-yuan-ge-li-yu-xian-zhi/ji-chu-zhi-shi/namespace.md)
  * [CPU](/kubernetes-notes/zi-yuan-ge-li-yu-xian-zhi/cpu.md)
  * [Memory](/kubernetes-notes/zi-yuan-ge-li-yu-xian-zhi/memory.md)
  * 网络出/入带宽
  * [GPU](/kubernetes-notes/zi-yuan-ge-li-yu-xian-zhi/gpu.md)
  * [Container](/kubernetes-notes/zi-yuan-ge-li-yu-xian-zhi/container.md)
  * [FAQ](/kubernetes-notes/zi-yuan-ge-li-yu-xian-zhi/faq.md)
* 网络
  * 基础知识
    * [Linux network interfaces](/kubernetes-notes/wang-luo/ji-chu-zhi-shi/linux-network-interfaces.md)
    * [Iptables](/kubernetes-notes/wang-luo/ji-chu-zhi-shi/iptables.md)
    * [Overlay network](/kubernetes-notes/wang-luo/ji-chu-zhi-shi/overlay-network.md)
  * [CNI](/kubernetes-notes/wang-luo/cni.md)
  * Flannel
    * [Flannel原理](/kubernetes-notes/wang-luo/flannel/flannel.md)
    * [host-gw](/kubernetes-notes/wang-luo/flannel/host-gw.md)
    * [vxlan](/kubernetes-notes/wang-luo/flannel/vxlan.md)
    * [ipip](/kubernetes-notes/wang-luo/flannel/ipip.md)
  * Calico
  * Cilium
* Service Mesh
  * Istio
* 扩展Kubernetes
  * [Admission controller](/kubernetes-notes/kuo-zhan-kubernetes/admission-controller.md)
  * [Custom resource definition(CRD)](/kubernetes-notes/kuo-zhan-kubernetes/crd.md)
  * [Scheduler extender](/kubernetes-notes/kuo-zhan-kubernetes/scheduler-extender.md)
  * [扩展资源维度](/kubernetes-notes/kuo-zhan-kubernetes/extending-resource.md)
  * [Kubectl plugin](/kubernetes-notes/kuo-zhan-kubernetes/kubectl-plugin.md)
  * [Aggregator](/kubernetes-notes/kuo-zhan-kubernetes/aggregator.md)
  * Device plugin
* 现网问题
  * [Kubernetes](/kubernetes-notes/xian-wang-wen-ti/kubernetes.md)
  * [ETCD](/kubernetes-notes/xian-wang-wen-ti/etcd.md)
  * [Docker](/kubernetes-notes/xian-wang-wen-ti/docker.md)
* 最佳实践
  * [各组件参数配置调优](/kubernetes-notes/zui-jia-shi-jian/components_configure.md)
  * [各大公司生产环境实践](/kubernetes-notes/zui-jia-shi-jian/usecases-in-production.md)
  * [如何打造一个Kubernetes平台](/kubernetes-notes/zui-jia-shi-jian/how-to-build-a-kubernetes-platform.md)
* 生产力小工具
  * [生成特定权限和配额的kubeconfig](/kubernetes-notes/sheng-chan-li-xiao-gong-ju/generate-kubeconfig.md)
* [社区贡献](/kubernetes-notes/how-to-contribute.md)
* [学习资料](/kubernetes-notes/learning-materials.md)
* 附录：RTFSC
  * [Informer](/kubernetes-notes/fu-lu-rtfsc/informer.md)
  * [Pod deletion](/kubernetes-notes/fu-lu-rtfsc/pod-deletion.md)


---

# 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, and the optional `goal` query parameter:

```
GET https://hex108.gitbook.io/kubernetes-notes/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
