kubernetes-handbook/concepts/storage.md

4 lines
167 B
Markdown
Raw Normal View History

2018-01-30 12:29:12 +08:00
# 存储
为了管理存储Kubernetes提供了Secret用于管理敏感信息ConfigMap存储配置Volume、PV、PVC、StorageClass等用来管理存储卷。