Cron Jobs¶
Cron Jobs are controllers in Kubernetes used for scheduled task execution, similar to the Unix cron tool. They allow users to define periodic tasks (such as daily backups, hourly log cleanups) through schedules (e.g., */5 * * * *), and automatically create one-time Jobs to run specified containerized operations. Each Job starts a Pod to complete the task, making it suitable for automated and repeatable scenarios (such as data synchronization, batch processing).
For more information, refer to CronJob.
List¶
Go to Infrastructure > Containers, click Kubernetes > Cron Jobs in the upper-left corner of the page to view information about all Cron Jobs retained in the workspace, including name, schedule, suspension status, number of active Jobs, runtime, etc.
Details¶
Click on an entry in the list to slide out its details page.
Basic Attributes¶
View the runtime, labels, and extended attributes of this Cron Job.
- Click Runtime to perform the following operations:
| Operation | Description |
|---|---|
| Filter Field Value | Add this field to the Explorer to view all data related to this field. |
| Exclude Field Value | Add this field to the Explorer to view all 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
Automatically uploaded by default with Cron Jobs information. Existing labels can be used for quick filtering in the Cron Jobs object list to display data with the same labels.
Change Events¶
For more details, refer to Change Event Details.
Kubernetes Events¶
View event data associated with namespace, source, kind, and name.
For more details, refer to Explorer Configuration.
