47 lines
5.6 KiB
Markdown
47 lines
5.6 KiB
Markdown
# Kubernetes Handbook
|
||
|
||
[Kubernetes](http://kubernetes.io)是Google基于[Borg](https://research.google.com/pubs/pub43438.html)开源的容器编排调度引擎,作为[CNCF](http://cncf.io)(Cloud Native Computing Foundation)最重要的组件之一,它的目标不仅仅是一个编排系统,而是提供一个规范,可以让你来描述集群的架构,定义服务的最终状态,kubernetes可以帮你将系统自动地达到和维持在这个状态。Kubernetes作为云原生应用的基石,相当于一个云操作系统,其重要性不言而喻。
|
||
|
||
本书记录了本人从零开始学习和使用Kubernetes的心路历程,着重于经验分享和总结,同时也会有相关的概念解析,希望能够帮助大家少踩坑,少走弯路,还会指引大家关于关注kubernetes生态周边,如微服务构建、DevOps、大数据应用、Service Mesh、Cloud Native等领域。
|
||
|
||
本书的主题不仅限于Kubernetes,还包括以下几大主题:
|
||
|
||
- 云原生应用与微服务架构
|
||
- 将微服务与Service mesh架构的代码级呈现
|
||
- Kubernetes与微服务结合实践
|
||
|
||
起初写作本书时,安装的所有组件、所用示例和操作等皆基于**Kubernetes1.6+** 版本,同时我们也将密切关注kubernetes的版本更新,随着它的版本更新升级,本书中的kubernetes版本和示例也将随之更新。
|
||
|
||
GitHub 地址:https://github.com/rootsongjc/kubernetes-handbook
|
||
|
||
Gitbook 在线浏览:https://jimmysong.io/kubernetes-handbook/
|
||
|
||
## 贡献与致谢
|
||
|
||
[查看如何贡献](https://github.com/rootsongjc/kubernetes-handbook/blob/master/CONTRIBUTING.md)
|
||
|
||
[查看文档的组织结构与使用方法](https://github.com/rootsongjc/kubernetes-handbook/blob/master/CODE_OF_CONDUCT.md)
|
||
|
||
以下是主要贡献者,所有的贡献者名单,请[查看贡献者列表](https://github.com/rootsongjc/kubernetes-handbook/graphs/contributors)。感谢它们所做出的贡献!
|
||
|
||
| Name | Avatar | Name | Avatar | Name | Avatar |
|
||
| ----------------------------------------------- | ------------------------------------------------------------ | ----------------------------------------------- | ------------------------------------------------------------ | ----------------------------------------- | ------------------------------------------------------------ |
|
||
| [rootsongjc](https://github.com/rootsongjc) | [![img](https://avatars3.githubusercontent.com/u/3328185?v=3&s=60)](https://avatars3.githubusercontent.com/u/3328185?v=3&s=60) | [feiskyer](https://github.com/feiskyer) | [![img](https://avatars3.githubusercontent.com/u/676637?v=3&s=60)](https://avatars3.githubusercontent.com/u/676637?v=3&s=60) | [zhangmx](https://github.com/zhangmx) | [![img](https://avatars2.githubusercontent.com/u/1308646?v=3&s=60)](https://avatars2.githubusercontent.com/u/1308646?v=3&s=60) |
|
||
| [ResolveWang](https://github.com/ResolveWang) | [![img](https://avatars3.githubusercontent.com/u/8018776?v=3&s=60)](https://avatars3.githubusercontent.com/u/8018776?v=3&s=60) | [duffqiu](https://github.com/duffqiu) | [![img](https://avatars1.githubusercontent.com/u/5739682?v=3&s=60)](https://avatars1.githubusercontent.com/u/5739682?v=3&s=60) | [neuwzm](https://github.com/neuwzm) | [![img](https://avatars1.githubusercontent.com/u/17195865?v=3&s=60)](https://avatars1.githubusercontent.com/u/17195865?v=3&s=60) |
|
||
| [Michael2008S](https://github.com/Michael2008S) | [![img](https://avatars3.githubusercontent.com/u/1240769?v=3&s=60)](https://avatars3.githubusercontent.com/u/1240769?v=3&s=60) | [dangzhiqiang](https://github.com/dangzhiqiang) | [![img](https://avatars3.githubusercontent.com/u/5242135?v=3&s=60)](https://avatars3.githubusercontent.com/u/5242135?v=3&s=60) | [imroc](https://github.com/imroc) | [![img](https://avatars3.githubusercontent.com/u/7448852?v=3&s=60)](https://avatars3.githubusercontent.com/u/7448852?v=3&s=60) |
|
||
| [liubin](https://github.com/liubin) | [![img](https://avatars3.githubusercontent.com/u/1212008?v=3&s=60)](https://avatars3.githubusercontent.com/u/1212008?v=3&s=60) | [JinsYin](https://github.com/JinsYin) | [![img](https://avatars3.githubusercontent.com/u/12714609?v=3&s=60)](https://avatars3.githubusercontent.com/u/12714609?v=3&s=60) | [recall704](https://github.com/recall704) | [![img](https://avatars3.githubusercontent.com/u/7451408?v=3&s=60)](https://avatars3.githubusercontent.com/u/7451408?v=3&s=60) |
|
||
|
||
## 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(云原生应用架构)
|
||
|
||
<p align="center">
|
||
<img src="https://github.com/rootsongjc/kubernetes-handbook/blob/master/images/cloud-native-go-wechat-qr-code.jpg?raw=true" alt="CloudNativeGo微信公众号二维码"/>
|
||
</p> |