2017-04-14 17:39:40 +08:00
|
|
|
|
# Kubernetes Handbook
|
|
|
|
|
|
|
|
|
|
玩转Kubernetes,我就看kubernetes handbook!
|
|
|
|
|
|
2017-04-14 19:27:08 +08:00
|
|
|
|
文章同步更新到[gitbook](https://www.gitbook.com/book/rootsongjc/kubernetes-handbook/details),方便大家浏览和下载PDF。
|
|
|
|
|
|
2017-04-15 07:59:51 +08:00
|
|
|
|
GitHub地址:https://github.com/rootsongjc/kubernetes-handbook
|
|
|
|
|
|
2017-04-14 19:08:11 +08:00
|
|
|
|
## 目录
|
|
|
|
|
|
2017-04-20 17:35:10 +08:00
|
|
|
|
1. [Kubernetes1.6安装文档](00-kubernetes安装前言.md)(01-10原作来自[opsnull](https://github.com/opsnull/follow-me-install-kubernetes-cluster),在此基础上进行了编辑、修改和整理成[follow-me-install-kubernetes-cluster](https://github.com/rootsongjc/follow-me-install-kubernetes-cluster),具体安装步骤请大家查看原作)
|
2017-04-14 19:08:11 +08:00
|
|
|
|
|
2017-04-14 19:27:08 +08:00
|
|
|
|
## 说明
|
|
|
|
|
|
|
|
|
|
文中涉及的配置文件和代码链接在gitbook中会无法打开,请下载github源码后,在MarkDown编辑器中打开,点击链接将跳转到你的本地目录。
|
|
|
|
|
|
|
|
|
|
## 如何使用
|
|
|
|
|
|
|
|
|
|
**在线浏览**
|
|
|
|
|
|
|
|
|
|
访问gitbook:https://www.gitbook.com/book/rootsongjc/kubernetes-handbook/
|
|
|
|
|
|
|
|
|
|
**本地查看**
|
|
|
|
|
|
|
|
|
|
1. 将代码克隆到本地
|
|
|
|
|
2. 安装gitbook:[Setup and Installation of GitBook](https://github.com/GitbookIO/gitbook/blob/master/docs/setup.md)
|
|
|
|
|
3. 执行gitbook serve
|
|
|
|
|
4. 在浏览器中访问http://localhost:4000
|
|
|
|
|
|
|
|
|
|
## 贡献者
|
2017-04-14 17:39:40 +08:00
|
|
|
|
|
2017-04-15 07:59:51 +08:00
|
|
|
|
[Jimmy Song](http://rootsongjc.github.io/about)
|
|
|
|
|
|
|
|
|
|
[opsnull](http://github.com/opsnull)
|