CKA Web TestEngine demo

Exit VCEDump CKA Linux Foundation Certified Kubernetes Administrator (CKA)
Question 1 of 13
0% complete
Q1 Lab

Simulation

Question 1 diagram

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.

Previous Check answer

Sign in to mark questions

Sign in to save marked questions and return to this demo.

Sign in