🔍

Certified Kubernetes Administrator CKA — Question 16

Topic 1 · Question 16 of 23

Topic 1 · Question 16

SIMULATION - Task - Create a new PersistentVolumeClaim: • Name: pv-volume • Class: csi-hostpath-sc • Capacity: 10Mi Create a new Pod which mounts the PersistentVolumeClaim as a volume: • Name: web-server • Image: nginx • 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.

Exhibit 1 for question 16

    View community discussion →