Beginner
Kubernetes
Q29 / 100
What is a "Job" in Kubernetes used for?
Correct! Well done.
Incorrect.
The correct answer is B) To run one or more Pods that execute a task to completion, such as a batch processing job
B
Correct Answer
To run one or more Pods that execute a task to completion, such as a batch processing job
Explanation
A Job creates Pods that run until successful completion, unlike Deployments which keep Pods running continuously; useful for batch tasks like data migrations.
Progress
29/100