Question 41

Create a pod that having 3 containers in it? (Multi-Container)

Question 42

Score: 7%

Task
Create a new nginx Ingress resource as follows:
* Name: ping
* Namespace: ing-internal
* Exposing service hi on path /hi using service port 5678

Question 43

Get the memory and CPU usage of all the pods and find out top 3 pods which have the highest usage and put them into the cpuusage.txt file
  • Question 44

    Check the image version in pod without the describe command

    Question 45

    Create a busybox pod and add "sleep 3600" command