Skip to content

NAIS job

A NAIS job is used for tasks meant to complete and then exit. This can either run as a one-off task or on a schedule, like a cron job.

A job is defined by its job manifest, which is a YAML file that describes how the job should be run and what resources it needs.

Once the job manifest is applied, NAIS will set up your job as specified. If you've requested resources, NAIS will provision and configure your job to use those resources.

What's next?

🎯 Create a job

🎯 Set up access policies for your workload

🎯 Communicate with another workload

📚 Complete job example

📚 Job specification