k8s 存储
资源类型:
- PV 全局级别的
- PVC namespace级别的
- storageClass 全局级别的
- 访问模式
ReadWriteOnce(该卷可以被单个节点以读/写模式挂载), ReadOnlyMany(该卷可以被多个节点以只读模式挂载),ReadWriteMany(该卷可以被多个节点以读/写模式挂载) - 回收策略
persistentVolumeReclaimPolicy
Retain(保留,手动回收),Recycle(回收,基本擦除), Delete(关联的存储资产(例如 AWS EBS、GCE PD、Azure Disk 和 OpenStack Cinder 卷)将被删除