Task Definition
Defining tasks
The Kubernetes Job supports the following task types:
| Task Type | Description |
|---|---|
| Job | Executes a command within a container in a Kubernetes Cluster. |
Defining tasks only requires providing the values associated with the specific task. It is possible to use global properties when defining tasks.

Job Task
- Open Solution Manager.
- From the Home page select Library
- From the Administration Menu select Master Jobs.
- Select +Add to add a new master job definition.
- Fill in the task details.
- Select the Schedule name from the drop-down list.
- In the Name field enter a unique name for the task within the schedule.
- Select Kubernetes Job from the Job Type drop-down list.
- Select Job from the Task Type drop-down list.
Enter details for Task Type Job.
- Select the Task Details button.
- In the Integration Selection section, select the primary integration which is an ACSEase connection previously defined.
- In the Task Configuration section
- In the Image field enter the image from the Docker Registry that supports the command to be submitted.
- In the Job Name field enter the the name of the Kubernetes job.
- In the Container Name field enter the name of teh container when the images run.
- In the Command field enter the command to execute within the container.
- Save the definition changes.