Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Kevin-fqh/learning-k8s-source-code
k8s、docker源码分析、读书笔记
https://github.com/Kevin-fqh/learning-k8s-source-code
docker etcd go kubernetes
Last synced: about 1 month ago
JSON representation
k8s、docker源码分析、读书笔记
- Host: GitHub
- URL: https://github.com/Kevin-fqh/learning-k8s-source-code
- Owner: Kevin-fqh
- Created: 2017-08-29T05:52:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-26T20:19:46.000Z (over 5 years ago)
- Last Synced: 2024-08-01T22:46:26.599Z (4 months ago)
- Topics: docker, etcd, go, kubernetes
- Language: Go
- Homepage:
- Size: 7.09 MB
- Stars: 839
- Watchers: 23
- Forks: 279
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - Kevin-fqh/learning-k8s-source-code - k8s、docker源码分析、读书笔记 (Go)
README
# Learning k8s source code
记录源码学习和一些原理译文,个人随笔
力从应用出发,再去深究某个概念的原理
以apiserver controller-manager scheduler kubelet proxy 和 kubectl 6个命令为主线
同时记录一些平时用到的GO package的用法,方便查询
## 版本说明
如无特别说明,本project所涉及源码皆为 V1.5.2
编译V1.5.2版本需要go version go1.7.5 linux/amd64## License
使用GPL License