Kubernetes Certified Application Developer (CKAD) preparation
Question 1 / 67

How do you create a Kubernetes job job1 with image busybox that will be executed 3 times and maximum of 2 job instances will run in parallel? The command executed in a job should be sleep 10 && echo "Hello world"

Recorded audio answers