CKA Exam Question 36

Create a configmap called cfgvolume with values var1=val1,
var2=val2 and create an nginx pod with volume nginx-volume which
reads data from this configmap cfgvolume and put it on the path
/etc/cfg
  • CKA Exam Question 37

    Create a busybox pod that runs the command "env" and save the output to "envpod" file

    CKA Exam Question 38

    Get list of PVs and order by size and write to file - /opt/pvlist.txt

    CKA Exam Question 39

    Create a file:
    /opt/KUCC00302/kucc00302.txt that lists all pods that implement service in namespace development.
    The format of the file should be one pod name per line.

    CKA Exam Question 40

    List all the pods sorted by name