天天看點

kubernetes學習目錄

目錄

  • pod 和 pod 控制器
  • 服務暴露
  • 存儲
  • 資源管理
  • 鑒權
  • 其他資源
  • 輔助内容

pod 和 pod 控制器

  1. Pod
  2. ReplicationController
  3. ReplicaSet
  4. Deployment
  5. DaemontSet
  6. StatefulSet
  7. Job
  8. CronJob

服務暴露

  1. Service
  2. Ingress

存儲

  1. emptyDir
  2. hostPath
  3. nfs
  4. ConfigMap
  5. Secret
  6. dowardApi
  7. PersistentVolume
  8. PersistentVolumeClaim
  9. StorageClass

資源管理

  1. LimitRange
  2. ResourceQuota

鑒權

  1. ServiceAccount
  2. Role
  3. ClusterRole
  4. RoleBinding
  5. ClusterRoleBinding

網絡政策

  1. NetworkPolicy

其他資源

  1. node
  2. namespace
  3. label
  4. HorizontalPodAutoscaler
  5. CunstomResourceDefinition

輔助内容

  1. openssl
  2. etcd
  3. flannel