Job

Job Presets

Ready-to-deploy configuration presets for Job. Each preset is a complete manifest you can copy, customize, and deploy.

2 presets
01

Batch Processing Job

This preset creates a one-shot Kubernetes Job for batch processing. The job runs a single pod to completion and automatically cleans up after 1 hour.

02

Data Migration Job

This preset creates a Kubernetes Job for database schema migrations or data migrations. Configured with a 1-hour deadline, higher resource limits, and minimal retries to prevent duplicate migration...