Kubernetes中文指南/云原生应用架构实战手册 - https://jimmysong.io/kubernetes-handbook
 
 
 
 
 
 
Go to file
Pengfei Ni 26165a466b Add initial contents 2017-05-14 19:16:51 +08:00
addons Add initial contents 2017-05-14 19:16:51 +08:00
appendix Add initial contents 2017-05-14 19:16:51 +08:00
apps Add initial contents 2017-05-14 19:16:51 +08:00
architecture Add initial contents 2017-05-14 19:16:51 +08:00
cluster Add initial contents 2017-05-14 19:16:51 +08:00
cluster-federation Add initial contents 2017-05-14 19:16:51 +08:00
components Add initial contents 2017-05-14 19:16:51 +08:00
debugging Add initial contents 2017-05-14 19:16:51 +08:00
deploy Add initial contents 2017-05-14 19:16:51 +08:00
dev Add initial contents 2017-05-14 19:16:51 +08:00
ha Add initial contents 2017-05-14 19:16:51 +08:00
images Add initial contents 2017-05-14 19:16:51 +08:00
introduction Add initial contents 2017-05-14 19:16:51 +08:00
monitor Add initial contents 2017-05-14 19:16:51 +08:00
plugins Add initial contents 2017-05-14 19:16:51 +08:00
.gitignore Initial commit 2017-05-14 18:50:48 +08:00
CloudNativeLandscape.jpg Add initial contents 2017-05-14 19:16:51 +08:00
LICENSE Initial commit 2017-05-14 18:50:48 +08:00
README.md Add initial contents 2017-05-14 19:16:51 +08:00
SUMMARY.md Add initial contents 2017-05-14 19:16:51 +08:00
book.json Add initial contents 2017-05-14 19:16:51 +08:00
ecosystem.md Add initial contents 2017-05-14 19:16:51 +08:00
reference.md Add initial contents 2017-05-14 19:16:51 +08:00

README.md

Kubernetes指南

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

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

Kubernetes发展非常迅速已经成为容器编排领域的领导者。

Kubernetes生态圈

(图片来自CNCF)