apiVersion: v1
kind: PersistentVolume
metadata:
name: mysql-pv-1
spec:
capacity:
storage: 5Gi
accessModes:
- ReadWriteMany
hostPath:
path: /mnt/data
Mysql Deployment With PV / Mysql PV
TrackKubernetes Learning Journey
Current SectionPersistent Volumes
Progress256 of 271