/kubernetes-handbook

For kubernetes users and fans, let's rock it!

Apache License 2.0Apache-2.0

Kubernetes Handbook

玩转Kubernetes,我就看kubernetes handbook!

本书所有的组件安装、事例和操作等都基于Kubernetes1.6.0版本。

文章同步更新到gitbook,方便大家浏览和下载PDF。

GitHub地址:https://github.com/rootsongjc/kubernetes-handbook

目录

说明

文中涉及的配置文件和代码链接在gitbook中会无法打开,请下载github源码后,在MarkDown编辑器中打开,点击链接将跳转到你的本地目录。

Kubernetes集群安装部分(1.0-1.10原作来自opsnull,在此基础上进行了编辑、修改和整理成follow-me-install-kubernetes-cluster

如何使用

在线浏览

访问gitbook:https://www.gitbook.com/book/rootsongjc/kubernetes-handbook/

本地查看

  1. 将代码克隆到本地
  2. 安装gitbook:Setup and Installation of GitBook
  3. 执行gitbook serve
  4. 在浏览器中访问http://localhost:4000
  5. 生成的文档在_book目录下

生成pdf

使用pandoclatex来生成pdf格式文档。

pandoc --latex-engine=xelatex --template=pm-template input.md -o output.pdf

贡献者

Jimmy Song

opsnull

godliness