zaoying / learning-k8s-source-code

fork from https://github.com/Kevin-fqh/learning-k8s-source-code.git

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

使用方式

  1. 安装 NodeJS 环境
  2. 安装 gitbook
npm install -g gitbook --registry=https://registry.npm.taobao.org
  1. 运行
gitbook serve
  1. 在浏览器打开 http://localhost:4000

About

fork from https://github.com/Kevin-fqh/learning-k8s-source-code.git


Languages

Language:Go 100.0%