公司开始上私有云的产品,底层用的是K8s,抓紧学习,迎头赶上。
架构
概念
相关资料:
入门和提高
- A few things I've learned about Kubernetes
- Kubernetes 指南 (其blog的Docker笔记也可看一看:http://feisky.xyz/2015/02/12/docker-intro/)
- Kubernetes The Hard Way
以及 Julie Evans的 blog提到的一些相关文章,特别如她所说了解一些 networking的知识特别有用:
- What even is a kubelet?
- Kubernetes from the ground up: the API server
- Kubernetes from the ground up: the scheduler
- Authenticating
- Cluster Networking
- MISADVENTURES WITH KUBE DNS
Linux 相关的技术
namespaces
- Introduction to Linux namespaces - Part 1: UTS
- Introduction to Linux namespaces - Part 2: IPC
- Introduction to Linux namespaces - Part 3: PID
- Introduction to Linux namespaces - Part 4: NS (FS)
- Introduction to Linux namespaces – Part 5: NET
cgroups
安装和配置
参照 Tony Bai的一些分享: