CronJob
Resource Icon

Resource Overview
A Kubernetes resource that creates Jobs periodically according to a schedule.
Associated Resources
Parent Resource
Connected Targets
Resource Configuration
Basic Settings
namespace: Namespace where the CronJob will be deployedschedule: Job execution schedule defined using a cron expressiontimezone: Time zone used to interpret the scheduleconcurrency_policy: Policy for handling concurrent job executions (Allow / Forbid / Replace)starting_deadline_seconds: Time window allowed to start a job if the schedule is missedsuccessful_jobs_history_limit: Number of successful Jobs to retainfailed_jobs_history_limit: Number of failed Jobs to retaincontainers: Definition of container specifications to be executedinit_containers: Definition of preliminary tasks executed before the main containersvolume: Volume configuration to be mounted in containerspod_security_context: Pod-level security context configurationimage_pull_secrets: Reference to Secrets used for pulling container images