Question 36
List all persistent volumes sorted by capacity, saving the full kubectl output to /opt/KUCC00102/volume_list. Use kubectl 's own functionality for sorting the output, and do not manipulate it any further.
Question 37
List all configmap and secrets in the cluster in all namespace and write it to a file /opt/configmap-secret
Question 38
Undo the deployment to the previous version 1.17.1 and verify Image has the previous version
Question 39
Create a deployment called webapp with image nginx having 5 replicas in it, put the file in /tmp directory with named webapp.yaml
Question 40
Scale the deployment webserver to 6 pods.


