CronJobs

Schedule a Kubernetes Job in AWS and GCP by creating a CronJob in the DuploCloud Portal

A Kubernetes CronJob is a variant of a Kubernetes Job, with the exception that you can schedule a CronJob to run at periodic intervals.

See the Kubernetes documentation on CronJobs for more information.

Creating a Kubernetes CronJob in the DuploCloud portal

  1. In the DuploCloud Portal, navigate to Kubernetes -> CronJob.

  2. Click Add. The Add Kubernetes CronJob page displays.

  3. In the Basic Options step, specify the Kubernetes CronJob Name.

  4. In the Schedule field, specify the Cron Schedule in Cron Format. Click the Info Tip icon for examples. When specifying a Schedule in Cron Format, ensure you separate each value with a space. For example, 0 0 * * 0 is a valid Cron Format input; 00**0 is not. See the Kubernetes documentation for detailed information about Cron Format.

  5. In the Container - 1 area, specify the Container Name and associated Docker Image.

  1. In the Command field, specify the command attributes for Container - 1. Click the Info Tip icon for examples. Select and Copy commands as needed.

  1. In the Init Container - 1 area, specify the Container Name and associated Docker Image.

  2. Click Next to open the Advanced Configuration step.

  1. Click Create. The K8s CronJob is created and displayed on the CronJob page and will be run according to the schedule you specified.

Viewing a Kubernetes CronJob

  1. In the DuploCloud Portal, navigate to Kubernetes -> CronJob.

  2. Select the CronJob you want to view and click the Overview, Schedule, and Details tabs for more information about the job schedule and job history.

Using the Container page to view linked Kubernetes CronJobs

You can also view CronJobs linked to containers by clicking the container Name on the Containers page (Kubernetes -> Containers).

You can filter container names by using the search field at the top of the page, as in this example:

Editing a Kubernetes CronJob

  1. In the DuploCloud Portal, navigate to Kubernetes -> CronJob.

  2. Select the K8s CronJob you want to edit.

You can edit a Kubernetes Job in the DuploCloud Portal and modify the following fields:

  • Cleanup After Finished in Seconds

  • Other Spec Configuration

  • Metadata Annotations

  • Labels

Deleting a Kubernetes CronJob

  1. In the DuploCloud Portal, navigate to Kubernetes -> CronJob.

  2. Select the K8s CronJob you want to delete.

Last updated

Logo

© DuploCloud, Inc. All rights reserved. DuploCloud trademarks used herein are registered trademarks of DuploCloud and affiliates