Unit Management
You can leverage Ketch to help you scale your application up or down once it's deployed.
The sections below will guide you on how to achieve this.
Scaling Up
You can use the command below to add new units to a process of an application. You need to have access to the application to be able to add new units to it.
ketch unit add #UNITS [flags]
Flags:
Flag | Type | Description |
---|---|---|
-a, --app | string | The name of the application |
-p, --process | string | Process name |
-v, --version | int | Deployment version |
Scaling Down
You can use the command below to remove existing units from a process of an application. You need to have access to the application to be able to remove units from it.
ketch unit remove #UNITS [flags]
Flags:
Flag | Type | Description-a, --app |
---|---|---|
-a, --app | string | The name of the application |
-p, --process | string | Process name |
-v, --version | int | Deployment version |
Updated almost 3 years ago