update content

- remove 404 links
- update wechat qr code
- add notice for cloud native library
pull/478/head
Jimmy Song 2022-06-01 15:50:00 +08:00
parent 9466deed49
commit f216289261
No known key found for this signature in database
GPG Key ID: CBA666E6EF8B2C3A
8 changed files with 9 additions and 11 deletions

View File

@ -1,6 +1,6 @@
# Kubernetes Handbook——Kubernetes 中文指南/云原生应用架构实战手册
# Kubernetes 中文指南/云原生应用架构实战手册
> 云原生是一种行为方式和设计理念究其本质凡是能够提高云上资源利用率和应用交付效率的行为或方式都是云原生的。云计算的发展史就是一部云原生化的历史。Kubernetes 开启了云原生的序幕,服务网格 Istio 的出现,引领了后 Kubernetes 时代的微服务Serverless 的兴起,使得云原生从基础设施层不断向应用架构层挺进,我们正处于一个云原生的新时代。—— [Jimmy Song](https://jimmysong.io)
**注意:本手册中 Kubernetes 相关内容已迁移到云原生资料库中的 [《Kubernetes 基础教程》](https://lib.jimmysong.io/kubernetes-handbook),本手册不再继续维护,更多云原生内容请访问 [云原生资料库](https://lib.jimmysong.io)。**
[Kubernetes](http://kubernetes.io) 是 Google 于 [2014 年 6 月](https://jimmysong.io/cloud-native/note/open-source/)基于其内部使用的 [Borg](https://research.google.com/pubs/pub43438.html) 系统开源出来的容器编排调度引擎Google 将其作为初始和核心项目贡献给 [CNCF](https://cncf.io)(云原生计算基金会),近年来逐渐发展出了云原生生态。
@ -17,13 +17,12 @@ Kubernetes 的目标不仅仅是一个编排系统,而是提供一个规范用
</p>
<p align="center">
<a href="https://jimmysong.io/kubernetes-handbook/">
<img src="cover-thumbnail.jpg" title="Kubernetes Handbook——Kubernetes 中文指南/云原生应用架构实战手册 by Jimmy Song宋净超" alt="Kubernetes Handbook——Kubernetes 中文指南/云原生应用架构实战手册 by Jimmy Song (宋净超)">
<img src="images/cover-thumbnail.jpg" title="Kubernetes Handbook——Kubernetes 中文指南/云原生应用架构实战手册 by Jimmy Song宋净超" alt="Kubernetes Handbook——Kubernetes 中文指南/云原生应用架构实战手册 by Jimmy Song (宋净超)">
</a>
</p>
Kubernetes Handbook 项目始于 2016 年底,开源于 2017 年 3 月,作为第一本系统介绍 Kubernetes 的中文电子书,其后经过不断完善。写作本书的过程中,笔者记录了从零开始学习和使用 Kubernetes 的历程,着重于经验总结和资料分享,亦有 Kubernetes 核心概念解析,希望能够帮助大家少走弯路,为大家介绍 Kubernetes 周边生态如微服务、DevOps、大数据应用、[服务网格](https://jimmysong.io/blog/what-is-a-service-mesh/)、云原生应用、Serverless 等领域。
更多云原生内容请访问[云原生资料库](https://lib.jimmysong.io)
Kubernetes Handbook 项目始于 2016 年底,开源于 2017 年 3 月,作为第一本系统介绍 Kubernetes 的中文电子书,其后经过不断完善。写作本书的过程中,笔者记录了从零开始学习和使用 Kubernetes 的历程,着重于经验总结和资料分享,亦有 Kubernetes 核心概念解析,希望能够帮助大家少走弯路,为大家介绍 Kubernetes 周边生态如微服务、DevOps、大数据应用、[服务网格](https://jimmysong.io/blog/what-is-a-service-mesh/)、云原生应用、Serverless 等领域
### 开始之前
@ -81,11 +80,11 @@ Kubernetes Handbook 项目始于 2016 年底,开源于 2017 年 3 月,作为
## 云原生社区
<p align="center">
<a href="https://cloudnative.to">
<img src="./images/github-banner.jpg" alt="加入云原生社区" title="加入云原生社区">
<a href="https://mp.weixin.qq.com/s/ppDxLapuFwo3isEpg3zfUQ">
<img src="./images/wechat.jpg" alt="加入云原生社区" title="加入云原生社区">
</a>
</p>
云原生社区是中国最大的独立第三方云原生终端用户和泛开发者社区,由 CNCF 大使、开源意见领袖共同发起成立于 2020 年 5 月 12 日,提供云原生专业资讯,促进云原生产业发展。
官方网站 <https://cloudnative.to>,关注云原生社区微信公众号,[申请加入社区](https://mp.weixin.qq.com/s/vWlSdzz2MNdXRr0sd2-LFg)。
官方网站 <https://cloudnative.to>,关注云原生社区微信公众号,[申请加入社区](https://mp.weixin.qq.com/s/ppDxLapuFwo3isEpg3zfUQ)。

View File

@ -20,7 +20,7 @@ Cilium 为 Linux 容器框架(如 [**Docker**](https://www.docker.com/) 和 [*
> ## eBPF
>
> **扩展的柏克莱封包过滤器**extented Berkeley Packet Filter缩写 eBPF是 [类 Unix](https://zh.wikipedia.org/wiki/%E7%B1%BBUnix) 系统上 [数据链路层](https://zh.wikipedia.org/wiki/%E6%95%B0%E6%8D%AE%E9%93%BE%E8%B7%AF%E5%B1%82) 的一种原始接口,提供原始链路层 [封包](https://zh.wikipedia.org/wiki/%E5%B0%81%E5%8C%85) 的收发,除此之外,如果网卡驱动支持 [洪泛](https://zh.wikipedia.org/wiki/%E6%B4%AA%E6%B3%9B) 模式,那么它可以让网卡处于此种模式,这样可以收到 [网络](https://zh.wikipedia.org/wiki/%E7%BD%91%E7%BB%9C) 上的所有包,不管他们的目的地是不是所在 [主机](https://zh.wikipedia.org/wiki/%E4%B8%BB%E6%A9%9F)。参考 [维基百科](https://zh.wikipedia.org/wiki/BPF) 和 [eBPF 简史](https://www.ibm.com/developerworks/cn/linux/l-lo-eBPF-history/index.html)及[BPF、eBPF、XDP 和 Bpfilter 的区别](https://www.netronome.com/blog/bpf-ebpf-xdp-and-bpfilter-what-are-these-things-and-what-do-they-mean-enterprise/)。
> **扩展的柏克莱封包过滤器**extented Berkeley Packet Filter缩写 eBPF是 [类 Unix](https://zh.wikipedia.org/wiki/%E7%B1%BBUnix) 系统上 [数据链路层](https://zh.wikipedia.org/wiki/%E6%95%B0%E6%8D%AE%E9%93%BE%E8%B7%AF%E5%B1%82) 的一种原始接口,提供原始链路层 [封包](https://zh.wikipedia.org/wiki/%E5%B0%81%E5%8C%85) 的收发,除此之外,如果网卡驱动支持 [洪泛](https://zh.wikipedia.org/wiki/%E6%B4%AA%E6%B3%9B) 模式,那么它可以让网卡处于此种模式,这样可以收到 [网络](https://zh.wikipedia.org/wiki/%E7%BD%91%E7%BB%9C) 上的所有包,不管他们的目的地是不是所在 [主机](https://zh.wikipedia.org/wiki/%E4%B8%BB%E6%A9%9F)。参考 [维基百科](https://zh.wikipedia.org/wiki/BPF) 和 [BPF、eBPF、XDP 和 Bpfilter 的区别](https://www.netronome.com/blog/bpf-ebpf-xdp-and-bpfilter-what-are-these-things-and-what-do-they-mean-enterprise/)。
## Hubble 是什么?

Binary file not shown.

Before

Width:  |  Height:  |  Size: 68 KiB

BIN
cover.jpg

Binary file not shown.

Before

Width:  |  Height:  |  Size: 446 KiB

View File

@ -41,7 +41,7 @@ curl -LO https://storage.googleapis.com/kubernetes-release/release/`curl -s http
安装完成后将生成默认的 `~/.kube/config` 文件,自动指向 minikube 集群。
注意:在安装过程中建议[配置代理](https://minikube.sigs.k8s.io/docs/handbook/vpn_and_proxy/),否则将会有的镜像无法下载。
注意:在安装过程中建议配置代理,否则将会有的镜像无法下载。
## 常用命令

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

BIN
images/wechat.jpg 100644

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

View File

@ -133,5 +133,4 @@ $ helm install monocular/monocular
## 参考
- [Monocular UI - github.com](https://github.com/kubernetes-helm/monocular)
- [Speed deployment on Kubernetes with Helm Chart Quick YAML example from scratch - ibm.com](https://www.ibm.com/blogs/bluemix/2017/10/quick-example-helm-chart-for-kubernetes/)
- [Using a private github repo as helm chart repo (https access) - medium.com](https://medium.com/@kavehmz/using-a-private-github-repo-as-helm-chart-repo-https-access-95629b2af27c)