Giter Club home page Giter Club logo

kubernetes-handbook's Introduction

Kubernetes Handbook

玩转Kubernetes,我就看kubernetes handbook!

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

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

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

目录

说明

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

Kubernetes集群安装部分(1.0-1.10章节)在opsnull的基础上进行了编辑、修改和整理而成。

如何使用

在线浏览

访问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

下载Calibre

在Mac下安装后,使用该命令创建链接

ln -s /Applications/calibre.app/Contents/MacOS/ebook-convert /usr/local/bin

在该项目目录下执行以下命令生成kubernetes-handbook.pdf文档。

gitbook pdf . ./kubernetes-handbook.pdf

生成单个章节的pdf

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

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

贡献者

Jimmy Song

opsnull

godliness

kubernetes-handbook's People

Contributors

rootsongjc avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.