> For the complete documentation index, see [llms.txt](https://k8s.huweihuang.com/project/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://k8s.huweihuang.com/project/code-analysis.md).

# 源码分析

- [Kubernetes源码分析笔记](https://k8s.huweihuang.com/project/code-analysis/code-analysis-notes.md)
- [kubelet](https://k8s.huweihuang.com/project/code-analysis/kubelet.md)
- [NewKubeletCommand](https://k8s.huweihuang.com/project/code-analysis/kubelet/newkubeletcommand.md)
- [NewMainKubelet](https://k8s.huweihuang.com/project/code-analysis/kubelet/newmainkubelet.md)
- [startKubelet](https://k8s.huweihuang.com/project/code-analysis/kubelet/startkubelet.md)
- [syncLoopIteration](https://k8s.huweihuang.com/project/code-analysis/kubelet/syncloopiteration.md)
- [syncPod](https://k8s.huweihuang.com/project/code-analysis/kubelet/syncpod.md)
- [kube-controller-manager](https://k8s.huweihuang.com/project/code-analysis/kube-controller-manager.md)
- [NewControllerManagerCommand](https://k8s.huweihuang.com/project/code-analysis/kube-controller-manager/newcontrollermanagercommand.md)
- [DeploymentController](https://k8s.huweihuang.com/project/code-analysis/kube-controller-manager/deployment-controller.md)
- [Informer机制](https://k8s.huweihuang.com/project/code-analysis/kube-controller-manager/sharedindexinformer.md)
- [kube-scheduler](https://k8s.huweihuang.com/project/code-analysis/kube-scheduler.md)
- [NewSchedulerCommand](https://k8s.huweihuang.com/project/code-analysis/kube-scheduler/newschedulercommand.md)
- [registerAlgorithmProvider](https://k8s.huweihuang.com/project/code-analysis/kube-scheduler/registeralgorithmprovider.md)
- [scheduleOne](https://k8s.huweihuang.com/project/code-analysis/kube-scheduler/scheduleone.md)
- [findNodesThatFit](https://k8s.huweihuang.com/project/code-analysis/kube-scheduler/findnodesthatfit.md)
- [PrioritizeNodes](https://k8s.huweihuang.com/project/code-analysis/kube-scheduler/prioritizenodes.md)
- [preempt](https://k8s.huweihuang.com/project/code-analysis/kube-scheduler/preempt.md)
- [kube-apiserver](https://k8s.huweihuang.com/project/code-analysis/kube-apiserver.md)
- [NewAPIServerCommand](https://k8s.huweihuang.com/project/code-analysis/kube-apiserver/newapiservercommand.md)
