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 cleanups), and automatically create one-time Jobs to run specified containerized operations. Each Job starts a Pod to complete the task, suitable for scenarios requiring automation and repeatable execution (such as data synchronization, batch processing).

For more information, refer to CronJob.

List

Navigate 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 workspace, including names, schedules, whether paused, active Jobs count, runtime duration, etc.

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 runtime duration, you can perform the following actions:
Action Description
Filter field value Add this field to the Explorer to view all data related to this field.
Inverse filter field value Add this field to the Explorer to view all other data except for this field.
Add to display columns Add this field to the Explorer for viewing.
Copy Copy this field to the clipboard.
  • Labels

Uploaded automatically by default with Cron Jobs information. Existing labels can be displayed through quick filtering in the Cron Jobs object list to show Cron Jobs data with identical labels.

Change Events

For more details, refer to Change Event Details.

Kubernetes Events

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

For more details, refer to Explorer Configuration.

Feedback

Is this page helpful? ×