Skip to content

Cron Jobs


Cron Jobs are controllers in Kubernetes used for scheduled task execution, similar to the cron tool in Unix systems. They allow users to define periodic tasks via a schedule (such as */5 * * * *) (for example, daily backups, hourly log cleaning), and automatically create one-time Jobs to run specified containerized operations. Each Job will start a Pod to complete the task, suitable for scenarios that require automation and repeatable execution (such as data synchronization, batch processing).

For more information, refer to CronJob.

List

Go to Infrastructure > CONTAINERS, and click on Kubernetes > Cron Jobs in the top left corner of the page to view all Cron Jobs information retained within the space, including name, running schedule, whether paused, number of active Jobs, and runtime duration.

Details

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

Basic Attributes

View the runtime duration, labels, and extended attributes of this Cron Job.

  • Clicking on runtime duration, you can perform the following actions:
Action Description
Filter field value That is, add this field to the Explorer to view all data related to this field.
Reverse filter field value That is, add this field to the Explorer to view data other than this field.
Add to display columns That is, add this field to the Explorer for viewing.
Copy That is, copy this field to the clipboard.
  • Labels

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

Change Events

For more details, refer to Change Event Details.

Kubernetes Events

You can view event data associated with namespace, source, kind, and name.

For more details, refer to Explorer Configuration.

Feedback

Is this page helpful? ×