### Jobs:
A job is a Kubernetes resource that allows you to run a single task to completion, such as a batch job or a one-time data migration. Jobs are useful for running tasks that are not part of your application's main service, but that still need to be run in your cluster.