Question 36

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.

Question 37

A Kubernetes worker node, named wk8s-node-0 is in state NotReady. Investigate why this is the case, and perform any appropriate steps to bring the node to a Ready state, ensuring that any changes are made permanent.
You can ssh to the failed node using:
[student@node-1] $ | ssh Wk8s-node-0
You can assume elevated privileges on the node with the following command:
[student@w8ks-node-0] $ | sudo -i

Question 38

Print pod name and start time to "/opt/pod-status" file

Question 39

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

    Create a nginx pod with label env=test in engineering namespace
    See the solution below.