Question 51

List all the pods sorted by name

Question 52

Score:7%

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
Finally, using kubectl edit or kubectl patch PersistentVolumeClaim to a capacity of 70Mi and record that change.

Question 53

Get IP address of the pod - "nginx-dev"

Question 54

Check the rollout history and make sure everything is ok after the update
  • Question 55

    Create a redis pod, and have it use a non-persistent storage
    (volume that lasts for the lifetime of the Pod)