Utility to scale any service pods to desired level. -- 2
Budget: $30 – $250 USD
Utility to scale any service pods to desired level. Combine it with current utilities of cluster restart.
Utility can be created in Python/Shell/GO.
Usage-
./autoscale.sh -a <appname> -rc <replicacount> -n <namespace>
./autoscale.sh -a rcm -rc 4 -n pos-dev2
If no app is defined then It should apply to all services. Replica count should not be allowed for >5 due to resource constraints.
It should though error message if input arguments not specified by user.
Utility can be created in Python/Shell/GO.
Usage-
./autoscale.sh -a <appname> -rc <replicacount> -n <namespace>
./autoscale.sh -a rcm -rc 4 -n pos-dev2
If no app is defined then It should apply to all services. Replica count should not be allowed for >5 due to resource constraints.
It should though error message if input arguments not specified by user.