LXer: Jobs in Kubernetes
by LXer from LinuxQuestions.org on (#56A61)
Published at LXer:
A job creates one or more Pods to perform a particular operation and ensures*the pods successfully terminate. When a specified number of*pods successfully complete,*the job is complete. When a job is deleted, it deletes the Pods it created. A Job can also be used to run multiple Pods in parallel.
Read More...


A job creates one or more Pods to perform a particular operation and ensures*the pods successfully terminate. When a specified number of*pods successfully complete,*the job is complete. When a job is deleted, it deletes the Pods it created. A Job can also be used to run multiple Pods in parallel.
Read More...