Prerequisites

Prerequisite information when deploying with containers.

When deploying the product using containers, ensure you have fulfilled the following prerequisites:

Check the Prerequisites of the command line installation method.

If you want to calculate the necessary resources that the agent container needs to run, use the following formula:

Evaluate the volume_size variable:

Volume size(MB)=
        120 + [ 30 x jobs_per_day x (average_joblog_size_MB / 3 + 0.008) ]

For example, considering "average_joblog_size_MB = 0.001 MB (1KB)", you obtain:

1.000
        jobs_per_day: 370 MB --> volume_size = 370Mi
10.000
        jobs_per_day: 2.6 GB --> volume_size = 2600Mi
100.000
        jobs_per_day: 25 GB --> volume_size = 25Gi