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"
Experience Level: Not defined
Tags: Kubernetes
Answer
Related Kubernetes job interview questions
What is a Kubernetes service account?
Kubernetes Not definedHow do you list Kubernetes service accounts?
Kubernetes Not definedHow can you display a list of Kubernetes pods that will automatically rerender when a pod status changes?
Kubernetes Not definedWhat are the three kinds of object management supported in Kubernetes?
Kubernetes Not definedHow do you create a temporary pod and verify a http connectivity to a service svc1 that exposed a port 80?
Kubernetes Not defined