Running the Autoscaling Script
Provides an overview on the Autoscaling script.
The Autoscaling script is used to issue continuous requests on the AP-REST containers. When the number of REST requests hitting the container are increased, with Horizontal Pod Autoscaling, Kubernetes automatically scales the number of pods based on the CPU utilization observed.
The user can run the autoscaling script from any Linux node, which can connect the external IP for the deployment.
Usage
./Sample_App_autoscale.sh <Ingress address> <CA certificate path> <Client certificate path> <Client key path> <version_endpoint>
After running this script, the user can observe that new pods are created to handle to the incoming traffic.
Feedback
Was this page helpful?