Skip to content
Kubernetes Handbook (Kubernetes指南) https://kubernetes.feisky.xyz
Makefile Go Dockerfile
Branch: master
Clone or download

Latest commit

Latest commit 1767d7d May 3, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
addons update prometheus-operator install guide Feb 16, 2020
appendix Update mirrors.md May 3, 2020
apps Update contents Oct 7, 2019
architecture Update contents Mar 17, 2019
components Update kubelet.md Jan 12, 2020
concepts update prometheus-operator install guide Feb 16, 2020
deploy Update local-up-cluster Apr 8, 2020
devel Update contents Oct 7, 2019
en Update API endpoints Oct 4, 2019
etc Update contents Mar 17, 2019
examples Update nodelocaldns-azure-cni.yaml Feb 25, 2020
images Update QR codes Apr 8, 2020
introduction Fix broken links Jul 6, 2019
machine-learning Update contents Dec 29, 2019
manifests Update README.md Jan 4, 2020
network Update contents Dec 29, 2019
plugins Update admission Feb 18, 2020
practice Add trivy to the list of security tools Feb 16, 2020
serverless rename files Sep 29, 2019
troubleshooting Update tools.md Mar 28, 2020
.gitignore Initial commit May 21, 2017
.travis.yml Update contents Mar 17, 2019
CHANGELOG.md Move zh contents to top level. Sep 17, 2018
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md Jun 16, 2017
CONTRIBUTING.md Add mirrors for container images Oct 12, 2018
LICENSE update contents May 22, 2017
Makefile Update contents Mar 17, 2019
README.md Update QR codes Apr 8, 2020
SUMMARY.md Update contents Dec 29, 2019
book.json Move zh contents to top level. Sep 17, 2018
package.json Bump npm from 5.10.0 to 6.13.4 Dec 13, 2019

README.md

Kubernetes 指南

star this repo fork this repo contributions welcome

Kubernetes 是谷歌开源的容器集群管理系统,是 Google 多年大规模容器管理技术 Borg 的开源版本,也是 CNCF 最重要的项目之一,主要功能包括:

  • 基于容器的应用部署、维护和滚动升级
  • 负载均衡和服务发现
  • 跨机器和跨地区的集群调度
  • 自动伸缩
  • 无状态服务和有状态服务
  • 广泛的 Volume 支持
  • 插件机制保证扩展性

Kubernetes 发展非常迅速,已经成为容器编排领域的领导者。Kubernetes 的中文资料也非常丰富,但系统化和紧跟社区更新的则就比较少见了。《Kubernetes 指南》开源电子书旨在整理平时在开发和使用 Kubernetes 时的参考指南和实践总结,形成一个系统化的参考指南以方便查阅。欢迎大家关注和添加完善内容。

在线阅读

项目源码

项目源码存放于 Github 上,https://github.com/feiskyer/kubernetes-handbook

本书版本更新记录

如无特殊说明,本指南所有文档仅适用于 Kubernetes v1.6 及以上版本。详细更新记录见 CHANGELOG

微信公众号

扫码关注微信公众号,回复关键字即可在微信中查看相关章节。

贡献者

欢迎参与贡献和完善内容,贡献方法参考 CONTRIBUTING。感谢所有的贡献者,贡献者列表见 contributors

LICENSE

署名-非商业性使用-相同方式共享 4.0 (CC BY-NC-SA 4.0)

You can’t perform that action at this time.