kubernetes-handbook/README.md

73 lines
5.2 KiB
Markdown
Raw Normal View History

2018-07-08 19:39:27 +08:00
# Kubernetes Handbook——Kubernetes中文指南/云原生应用架构实践手册
2017-04-14 17:39:40 +08:00
[Kubernetes](http://kubernetes.io)是Google基于[Borg](https://research.google.com/pubs/pub43438.html)开源的容器编排调度引擎,作为[CNCF](http://cncf.io)Cloud Native Computing Foundation最重要的组件之一它的目标不仅仅是一个编排系统而是提供一个规范可以让你来描述集群的架构定义服务的最终状态Kubernetes可以帮你将系统自动地达到和维持在这个状态。Kubernetes作为云原生应用的基石相当于一个云操作系统其重要性不言而喻。
2017-05-18 15:24:07 +08:00
本书记录了本人从零开始学习和使用Kubernetes的心路历程着重于经验分享和总结同时也会有相关的概念解析希望能够帮助大家少踩坑少走弯路还会指引大家关于关注Kubernetes生态周边如微服务构建、DevOps、大数据应用、[Service Mesh](https://jimmysong.io/posts/what-is-a-service-mesh/)、Cloud Native等领域。
2017-05-18 15:24:07 +08:00
本书的主题不局限于Kubernetes还包括以下几大主题
2018-03-14 13:38:23 +08:00
2018-08-06 20:31:19 +08:00
- 云原生开源组件
2018-03-14 13:38:23 +08:00
- 云原生应用与微服务架构
- 基于Kubernetes的Service Mesh架构
2018-03-14 13:38:23 +08:00
- Kubernetes与微服务结合实践
起初写作本书时,安装的所有组件、所用示例和操作等皆基于**Kubernetes 1.6+** 版本同时我们也将密切关注Kubernetes的版本更新随着它的版本更新升级本书中的Kubernetes版本和示例也将随之更新。
2017-04-14 17:39:40 +08:00
2018-07-08 19:39:27 +08:00
- GitHub地址https://github.com/rootsongjc/kubernetes-handbook
- GitBook在线浏览https://jimmysong.io/kubernetes-handbook/
2017-04-14 19:08:11 +08:00
2018-12-07 17:59:04 +08:00
**注意:本书中的 Service Mesh 相关内容已不再维护,请转至 [istio-handbook](https://jimmysong.io/istio-handbook) 浏览。**
2018-08-06 20:31:19 +08:00
## 快速开始
2019-01-22 17:59:37 +08:00
如果您想要学习Kubernetes和云原生应用架构但是又不想自己从头开始搭建和配置一个集群那么可以直接使用[kubernetes-vagrant-centos-cluster](https://github.com/rootsongjc/kubernetes-vagrant-centos-cluster)项目直接在本地部署一个3节点的分布式集群及其他如Heapster、EFK、Istio等可选组件或者使用更加轻量级的[cloud-native-sandbox](https://github.com/rootsongjc/cloud-native-sandbox)在个人电脑上使用Docker运行单节点的Kubernetes、Istio等组件。
2018-08-06 20:31:19 +08:00
2018-03-14 13:38:23 +08:00
## 贡献与致谢
2018-03-14 14:48:57 +08:00
感谢大家对本书做出的贡献!
2017-04-14 17:39:40 +08:00
2018-07-08 19:39:27 +08:00
- [查看贡献者列表](https://github.com/rootsongjc/kubernetes-handbook/graphs/contributors)
- [查看如何贡献](https://github.com/rootsongjc/kubernetes-handbook/blob/master/CONTRIBUTING.md)
- [查看文档的组织结构与使用方法](https://github.com/rootsongjc/kubernetes-handbook/blob/master/CODE_OF_CONDUCT.md)
2018-03-12 15:45:49 +08:00
2018-02-28 10:55:48 +08:00
## Stargazers over time
[![Stargazers over time](https://starcharts.herokuapp.com/rootsongjc/kubernetes-handbook.svg)](https://starcharts.herokuapp.com/rootsongjc/kubernetes-handbook)
## 社区&读者交流
- **微信群**K8S&Cloud Native实战扫描我的微信二维码[Jimmy Song](http://jimmysong.io/about),或直接搜索微信号*jimmysong*后拉您入群,请增加备注(姓名-公司/学校/博客/社区/研究所/机构等)。
- **Slack**:全球中文用户可以加入[Kubernetes官方Slack](http://slack.k8s.io)中文频道**cn-users channel**
- **知乎专栏**[云原生应用架构](https://zhuanlan.zhihu.com/cloud-native)
- **微信公众号**扫描下面的二维码关注微信公众号CloudNativeGo云原生应用架构
2017-11-06 11:29:46 +08:00
2018-02-28 11:33:41 +08:00
<p align="center">
2018-07-08 19:39:27 +08:00
<img src="https://github.com/rootsongjc/kubernetes-handbook/blob/master/images/cloud-native-go-wechat-qr-code.jpg?raw=true" alt="云原生应用架构微信公众号二维码"/>
</p>
- **ServiceMesher**CloudNativeGo的姊妹公众号旨在加强行业内部交流促进开源文化构建推动Service Mesh在企业落地发布Service Mesh资讯。[加入组织](http://www.servicemesher.com/contact/)。
<p align="center">
<img src="https://ws1.sinaimg.cn/large/00704eQkgy1fshv989hhqj309k09k0t6.jpg" alt="ServiceMesher微信公众号二维码"/>
2018-04-14 12:18:27 +08:00
</p>
## 云原生出版物
以下为本人参与出版的图书。
- [Cloud Native Go](https://jimmysong.io/posts/cloud-native-go/) - 基于Go和React的web云原生应用构建指南Kevin Hoffman & Dan Nemeth著 宋净超 吴迎松 徐蓓 马超 译电子工业出版社2017年6月出版
- [Python云原生](https://jimmysong.io/posts/cloud-native-python/) - 使用Python和React构建云原生应用Manish Sethi著宋净超译电子工业出版社2018年6月出版
- [云原生Java](https://jimmysong.io/posts/cloud-native-java/) - Spring Boot、Spring Cloud与Cloud Foundry弹性系统设计Josh Long & Kenny Bastani著张若飞 宋净超译 电子工业出版社2018年7月出版
- [未来架构——从服务化到云原生](https://jimmysong.io/posts/future-architecture-from-soa-to-cloud-native/) - 张亮 吴晟 敖小剑 宋净超 著电子工业出版社2019年2月出版
2018-04-14 12:18:27 +08:00
## 支持本书
为贡献者加油!为云原生干杯🍻!
2018-04-14 12:18:27 +08:00
使用微信扫一扫请贡献者喝一杯☕️
2018-04-14 12:18:27 +08:00
<p align="center">
2018-04-14 12:23:09 +08:00
<img src="https://github.com/rootsongjc/kubernetes-handbook/blob/master/images/wechat-appreciate-qrcode.jpg?raw=true" alt="微信赞赏码"/>
2018-04-14 12:18:27 +08:00
</p>