10 KiB
10 KiB
目录
前言
云原生
概念与原理
- Kubernetes架构
- 设计理念
- 资源对象与基本概念解析
- Pod
- Node
- Namespace
- Service
- Volume和Persistent Volume
- Deployment
- Secret
- StatefulSet
- DaemonSet
- ServiceAccount
- ReplicationController和ReplicaSet
- Job
- CronJob
- Ingress
- ConfigMap
- Horizontal Pod Autoscaling
- Label
- 垃圾收集
- NetworkPolicy
- Annotation
- Aggregated API Server
- 使用自定义资源扩展API
- APIService
- Taint和Toleration(污点和容忍)