Task Weight: 4%
Task
Scale the deployment webserver to 3 pods.
Create a pod that echo “hello world” and then exists. Have the pod deleted automatically when it’s completed
List the nginx pod with custom columns POD_NAME and POD_STATUS
Print pod name and start time to “/opt/pod-status” file
List the nginx pod with custom columns POD_NAME and POD_STATUS
Create 2 nginx image pods in which one of them is labelled with env=prod and another one labelled with env=dev and verify the same.
Check the Image version of nginx-dev pod using jsonpath
Score: 4%
Task
Schedule a pod as follows:
• Name: nginx-kusc00401
• Image: nginx
• Node selector: disk=ssd
Create a pod named kucc8 with a single app container for each of the
following images running inside (there may be between 1 and 4 images specified):
nginx + redis + memcached.
Create a busybox pod and add “sleep 3600” command