Open gobomb opened 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.
另一个关于网络的blog
https://yq.aliyun.com/articles/674327
阿里云关于容器日志收集工具 log-pilot 的博文
https://toutiao.io/posts/4rnwh6/preview
k8s的基本设计理念
语义化的版本管理
https://medium.com/dev-genius/j-a-cirez-goes-into-the-container-business-4700dcf66059
chroot -> LXC -> docker -> k8s 历史
https://zhuanlan.zhihu.com/p/77677075 分布式系统的方方面面。原来 Kubernetes StatefulSet node 当机后需要人工干预是有原因的,是一个保证 safety 而牺牲 liveness 的 tradeoff 的例子。