gobomb / myDoc

The documents and notes
12 stars 3 forks source link

what I read today #3

Open gobomb opened 5 years ago

gobomb commented 5 years ago

https://zhuanlan.zhihu.com/p/77677075 分布式系统的方方面面。原来 Kubernetes StatefulSet node 当机后需要人工干预是有原因的,是一个保证 safety 而牺牲 liveness 的 tradeoff 的例子。

gobomb commented 5 years ago

https://rancher.com/blog/2019/2019-03-21-comparing-kubernetes-cni-providers-flannel-calico-canal-and-weave/ k8s CNI 插件的简单介绍和比较

gobomb commented 5 years ago

https://tools.ietf.org/html/rfc7348 VXLAN RFC 文档

In short, VXLAN is a Layer 2 overlay scheme on a Layer 3 network. Each overlay is termed a VXLAN segment. Only VMs within the same VXLAN segment can communicate with each other. Each VXLAN segment is identified through a 24-bit segment ID, termed the "VXLAN Network Identifier (VNI)". This allows up to 16 M VXLAN segments to coexist within the same administrative domain.

gobomb commented 5 years ago

https://blog.51cto.com/6930123/2115373

vlan 的介绍

gobomb commented 5 years ago

https://wizardforcel.gitbooks.io/network-basic/content/index.html

一个讲网络的系列文章

gobomb commented 5 years ago

https://arthurchiao.github.io

另一个关于网络的blog

gobomb commented 5 years ago

https://yq.aliyun.com/articles/674327

阿里云关于容器日志收集工具 log-pilot 的博文

gobomb commented 4 years ago

https://mp.weixin.qq.com/s/hFe-CkxdEoKtRGLCJCAAnQ

集群管理平面的常规架构

gobomb commented 4 years ago

https://static.googleusercontent.com/media/research.google.com/zh-CN//pubs/archive/45406.pdf

gobomb commented 4 years ago

https://12factor.net/

gobomb commented 4 years ago

https://toutiao.io/posts/4rnwh6/preview

k8s的基本设计理念

gobomb commented 4 years ago

https://semver.org/

语义化的版本管理

gobomb commented 3 years ago

https://medium.com/dev-genius/j-a-cirez-goes-into-the-container-business-4700dcf66059

chroot -> LXC -> docker -> k8s 历史