Skip to content

Jobs


A Job is a workload object used to manage one-off tasks, ensuring that a specified number of Pods successfully run to task completion (rather than running continuously). It is suitable for batch processing jobs, data processing tasks, or scenarios that require reliable execution and exit. If a Pod fails (such as due to program errors or node failures), the Job will automatically restart or recreate the Pod until the task reaches the preset number of successful attempts.

For more information, refer to Jobs.

List

Navigate to Infrastructure > CONTAINERS, and in the top-left corner of the page, click to enter Kubernetes > Jobs to view all Jobs information retained within the space, including task names, parallel task counts, running Pod counts, and runtime durations.

Details

Click on an item in the list to pull out its details page.

Basic Attributes

View the parallel count, runtime duration, labels, and extended attributes of this particular Job.

  • Clicking on Parallel Count/Runtime Duration, you can perform the following actions:
Action Description
Filter field value Add the field to the Explorer to view all data related to this field.
Inverse filter field value Add the field to the Explorer to view all other data except for this field.
Add to display columns Add the field to the Explorer for viewing.
Copy Copy the field to the clipboard.
  • Labels

Uploaded automatically by default with Jobs information. Existing labels can be quickly filtered in the Jobs object list to display data with the same labels.

Feedback

Is this page helpful? ×