Detailed Explanation of Pod Controllers – Job

Detailed Explanation of Pod Controllers - Job

“Learning k8s from Scratch”“ Introduction to Job Job is primarily responsible forbatch processing (processing a specified number of tasks at once)temporaryone-time (each task runs only once and then ends)tasks. The characteristics of Job are as follows: * When the pod created by Job successfully finishes, Job will record the number of successfully finished pods. * … Read more