This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
# 存储
为了管理存储,Kubernetes 提供了以下资源对象:
- Secret:用于管理敏感信息
- ConfigMap:存储配置
- Volume、PV、PVC、StorageClass 等:用来管理存储卷
本节将为你讲解 Kubernetes 中的存储对象。