Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 256 Bytes

storage.md

File metadata and controls

9 lines (6 loc) · 256 Bytes

存储

为了管理存储,Kubernetes 提供了以下资源对象:

  • Secret:用于管理敏感信息
  • ConfigMap:存储配置
  • Volume、PV、PVC、StorageClass 等:用来管理存储卷

本节将为你讲解 Kubernetes 中的存储对象。