Jobs view#
Kubernetes Jobs are a critical resource for running short-lived and batch processes within a cluster. They are designed to create one or more pods and ensure that a specified number of them successfully terminate. Jobs are particularly useful for tasks like data processing, backups, and other workloads that need to run to completion. See Kubernetes Documentation: Jobs for details.
The Jobs table lists the cluster Jobs. You can click the Job and open the details panel with comprehensive information and access to various options for that Job. To find Jobs, you can filter Jobs by namespaces using the Namespace drop-down list and search for specific Jobs using the Search Jobs input field.
You can resize and reorder the table columns. Drag the column border in the table header to change the width. To change the column position, drag its header left or right. Also, you can sort objects in ascending or descending order by clicking the header of a column and configure the column visibility. By default, the table consists of the following columns:
Note
The table content can be exported in the CSV
file format.
Column | Description |
---|---|
Name | The name of the Job. |
Namespace | The namespace in which the Job resides. |
Completions | The number of pod completions specified for the Job. |
Age | The age of the Job, indicating its active duration. |
Conditions | Conditions related to the status and success of the Job's tasks. |
More Actions |
Clicking on the button opens a drop-down list with the following options:
|