website/_data/glossary/job.yaml

10 lines
409 B
YAML
Raw Normal View History

2017-12-05 21:47:21 +00:00
id: job
name: Job
2017-12-06 15:22:06 +00:00
full-link: /docs/concepts/workloads/controllers/jobs-run-to-completion
2017-12-05 21:47:21 +00:00
tags:
- core-object
short-description: >
A finite or batch task that runs to completion.
long-description: >
Creates one or more {% glossary_tooltip term_id="pod" %} objects and ensures that a specified number of them successfully terminate. As Pods successfully complete, the Job tracks the successful completions.