The workflow involved in deploying an auto-scaling policy is illustrated in the diagram below:
The workflow involved in deploying an auto-scaling policy will be as follows:
- DevOps will have to define the auto-scaling policy using an autoscale-policy.json via CLI, Web UI or REST API and send it to Stratos Manager.
- Stratos Manager will send the
DeployASPolicy
service to Auto-scaler. - Auto-scaler persists the
ASPolicy
object in the registry for permanent storage and updates it in the in-memory model temporarily. - Auto-scaler returns the results to Stratos Manager that will further send the results to the DevOps via the CLI, Web UI or REST API.