Job
Resource Icon

Resource Overview
A Kubernetes resource used to execute one-time tasks.
Associated Resources
Parent Resource
Connected Targets
Resource Configuration
Basic Settings
namespace: Namespace where the Job resource will be deployedannotations: Key-value metadata used to display required information in the Kubernetes systemlabels: Key-value labels specified by the user to distinguish objectsenable_manual_selector: Whether to use a manual selector -true,falsetemplate_labels: Labels applied to the Podrestart_policy: Handling policy when a container exits -Never,OnFailurebackoff_limit: Number of retries before considering the Job failedwait_for_completion: Whether to block creation/updates until the Job completes or fails -true,falsedns_policy: DNS policy -ClusterFirst,ClusterFirstWithHostNet,Defaultenable_service_links: Whether to enable service links -true,falsehost_network: Whether to use the host network -true,falseimage_pull_secrets: List of Secrets used for pulling images
Timeouts (timeouts)
timeouts.create: Wait time from Job creation until completiontimeouts.update: Wait time from Job update until completion
Pod Security Context (pod_security_context)
pod_security_context.run_as_user: UID to run the container aspod_security_context.run_as_group: GID to run the container aspod_security_context.run_as_non_root: Whether to run as a non-root user -true,falsepod_security_context.se_linux_options_user: SELinux userpod_security_context.se_linux_options_role: SELinux rolepod_security_context.se_linux_options_type: SELinux typepod_security_context.se_linux_options_level: SELinux level
Init Containers (init_containers)
init_containers.image: Container imageinit_containers.args: List of execution argumentsinit_containers.command: Execution commandinit_containers.env: Environment variable configurationinit_containers.env_from: Environment variables from ConfigMap or Secretinit_containers.resources: CPU and memory resource requests/limitsinit_containers.probe: Health check probesinit_containers.port: Container port configurationinit_containers.volume_mount: Volume mount configuration
Containers (containers)
containers.image: Container imagecontainers.args: List of execution argumentscontainers.command: Execution commandcontainers.env: Environment variable configurationcontainers.env_from: Environment variables from ConfigMap or Secretcontainers.resources: CPU and memory resource requests/limitscontainers.probe: Health check probescontainers.port: Container port configurationcontainers.volume_mount: Volume mount configuration
Volumes (volume)
volume.volume_type: Volume type -EmptyDir,ConfigMap,PersistentVolumeClaim,DownwardApi,Projected,HostPathvolume.target_name: Target resource namevolume.path: Mount pathvolume.default_mode: File permission modevolume.items: ConfigMap item mappingsvolume.read_only: Read-only flag -true,false