12 lines
		
	
	
		
			434 B
		
	
	
	
		
			YAML
		
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			434 B
		
	
	
	
		
			YAML
		
	
	
	
id: job
 | 
						|
name: Job
 | 
						|
full-link: /docs/concepts/workloads/controllers/jobs-run-to-completion
 | 
						|
tags:
 | 
						|
- fundamental
 | 
						|
- core-object
 | 
						|
- workload
 | 
						|
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.  
 |