Kubernetes
网络模型
https://zhangchenchen.github.io/2017/12/12/kubernetes-network-summary-1/
资源规划
node资源
kube-reserved,system-reserved,eviction-threshold。
https://kubernetes.io/docs/tasks/administer-cluster/reserve-compute-resources/
LimitRange,ResourceQuota
QOS
认证,授权,准入机制
https://zhangchenchen.github.io/2017/08/17/kubernetes-authentication-authorization-admission-control/
日志
应用日志(pod)
系统日志(node)
集群日志
https://zhangchenchen.github.io/2017/11/23/kubernetes-logging-solution/
存储
访问规范
ingress
nodeport
https://zhangchenchen.github.io/2017/12/15/kubernetes-ingress-intro/
标签管理及规范
k8s的高可用(api, dns ,calico及核心组件)