# Kubernetes 快速手册
变更日志:
- 2021年09月13日:初始化,增加参考链接;
目录:
- 一 Kubernetes概述
- 二 核心组件及附件
- 三 集群部署
- 四 入门命令
- 五 配置清单使用
- 六 POD 配置清单
- 七 控制器配置清单
- 八 Service配置清单
- 九 ingress控制器
- 十 POD 存储卷
- 十一 配置信息容器化
- 十二 StatefulSet控制器
- 十三 用户认证系统
- 十四 用户权限系统
- 十五 dashboard
- 十六 网络通信
- 十七 调度策略
- 十八 高级调度设置
- 十九 容器资源限制
我的:
- AGou's Docs -- Kubernetes笔记 (opens new window)
- AGou's Blog -- Kubernetes快速入门 (opens new window)【文档内容来源于网络,仅做备份】
# 参考链接
- awesome-kubernetes-notes🏁 :https://awesome-kubernetes-notes.readthedocs.io/en/latest/ (opens new window) 【源作者,在此基础上按照个人所需进行修改】
- Kubernetes官网教程: https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/ (opens new window)
- Kubernetes中文社区: https://www.kubernetes.org.cn/k8s (opens new window)
- An Ultimate Kubernetes Hands-on Labs: https://kubelabs.collabnix.com/ (opens new window)
- Kubernetes HandBook: https://www.bookstack.cn/read/feiskyer-kubernetes-handbook-202005/README.md (opens new window)
- 从Kubernetes到Cloud Native: https://jimmysong.io/kubernetes-handbook/cloud-native/from-kubernetes-to-cloud-native.html (opens new window)
- Kubernetes Handbook: https://www.bookstack.cn/read/feiskyer-kubernetes-handbook/appendix-ecosystem.md (opens new window)
- Kubernetes从入门到实战: https://www.kancloud.cn/huyipow/kubernetes/722822 (opens new window)
- Kubernetes指南: https://kubernetes.feisky.xyz/ (opens new window)
- awesome-kubernetes: https://ramitsurana.github.io/awesome-kubernetes/ (opens new window)
- 从Docker到Kubernetes进阶: https://www.qikqiak.com/k8s-book/ (opens new window)
- python微服务实战: https://www.qikqiak.com/tdd-book/ (opens new window)
- 云原生之路: https://jimmysong.io/kubernetes-handbook/cloud-native/from-kubernetes-to-cloud-native.html (opens new window)
- CNCF Cloud Native Interactive Landscape: https://landscape.cncf.io/ (opens new window)