kubernetes-handbook/concepts/storage.md

256 B
Raw Permalink Blame History

存储

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

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

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