Skip to main content
Version: 12.x (Current)

Monitor your Jobs

In Kubernetes, a Job is the resource that creates one or more Pods and will continue to retry execution of the Pods until a specified number of them successfully terminate.

On this section you can monitor all your Jobs and the relative properties.

Jobs Table

The table presented here shows the following information:

  • Name: the name of the Job.
  • Finished Pods: the number of succeeded Pods out of all the Pods that have been created. For more info check the kubernetes documentation.
  • Duration: the time when the Job was completed.
  • Age: the date when the Job was lastly deployed.

list_of_jobs

Deleting Jobs

info

This feature is only available to users with sufficient permissions. For more information, consult the Console Levels and Permission Management section of the docs.

danger

The deletion is permanent, therefore make sure to save elsewhere any important information before deleting a Job. Please note that also the related Pod(s) are marked for deletion, along with their information such as logs.

You can delete a single Job by clicking on the Delete button on the last column of the Job table.

You can also delete multiple Jobs at the same time, by selecting the checkbox on the left of the Jobs you want to delete and clicking on the Delete Jobs button that appears at the bottom of the table.

list_of_selected_jobs

A modal will ask for confirmation for the action to be performed, and inform you on the operation outcome.

The related Pods will be eventually deleted by Kubernetes: the background cascading deletion policy is used.

Inspecting a Job

By clicking on the Job name you can inspect some details about the Job.

Job Describe

In the Describe view you can find information about the selected Job in JSON format. These details are the ones exposed by the Kubernetes APIs.

describe