Q1
Lab
Simulation

Task
Create a new PersistentVolumeClaim
1. Name: pv-volume
2. Class: csi-hostpath-sc
3. Capacity: 10Mi
Create a new Pod which mounts the PersistentVolumeClaim as a volume:
1. Name: web-server
2. Image: nginx
3. Mount path: /usr/share/nginx/html
Configure the new Pod to have ReadWriteOnce access on the volume.
Finally, using kubectl edit or kubectl patch expand the PersistentVolumeClaim to a capacity of 70Mi and record that change.
Not auto-scored - compare your configuration against the model answer.