Defining K8s Scale Deployment Job Properties

{"URL":["/*.*/awa/pa_view_pa_view_SCALE_DEPLOYMENT_JOB_k8s"],"heroDescriptionIdentifier":"ice_hero_K8_Scale_Deployment_Job","customCards":[{"id":"ice_specific_K8s_Scale_Deployment_Job","title":"Adding Scale Deployment Job Parameters","type":"customize","url":"https://docs.automic.com/documentation/webhelp/english/ALL/components/IG_K8S/latest/Agent%20Guide/Content/Kubernetes/K8s_ScaleDeployment_Job.htm","languages":["en-us"]},{"id":"ice_RA_Integration_Report","title":"RA / Integration Reports","type":"customize","url":"https://docs.automic.com/documentation/webhelp/english/ALL/components/IG_K8S/*.*/Agent%20Guide/Content/Kubernetes/K8s_RA_Page.htm","languages":["en-us"]},{"id":"ice_script_K8s_Scale_Deployment_Job","title":"Setting Scale Deployment Job Properties through Scripts","type":"customize","url":"https://docs.automic.com/documentation/webhelp/english/ALL/components/IG_K8S/*.*/Agent%20Guide/Content/Kubernetes/K8s_Script.htm","languages":["en-us"]},{"id":"ice_related_information_K8_Scale_Deployment_Job","title":"Related Information","type":"customize","url":"https://docs.automic.com/documentation/webhelp/english/ALL/components/IG_K8S/latest/Agent%20Guide/Content/Kubernetes/K8s_ScaleDeployment_Job.htm","languages":["en-us"]}]}
define Kubernetes scale deployment jobs, defining Kubernetes scale deployment jobs

This job allows you to upscale or downscale the replicas of a deployment in K8s.

On the Scale Deployment Job page you define the parameters relevant to scale your deployment up or down

  • Connection

    Select the K8s Connection object containing the relevant information to connect to the K8s system.

    To search for a Connection object, start typing its name to limit the list of the objects that match your input.

  • Namespace

    Define the namespace in which you want to scale the deployment. You can click the browse button to the right of the field to open a picker dialog where you can select the relevant name.

  • Deployment Name

    Define the name of the deployment that you want to scale up or down. You can click the browse button to the right of the field to open a picker dialog where you can select the relevant name.

  • Scale

    Define the number of replicas with which you want to update the deployment.

Note:

The Pre-Process page allows you to define the settings of all K8s Jobs using script statements. These statements are processed before the Schedule Job is executed, see Setting Kubernetes Job Properties Through Scripts.

See also: