Autoscale architecture for Google Cloud

Citrix Application Delivery and Management handles the client traffic distribution using Google Network Load Balancer. The following diagram illustrates how the autoscaling occurs using the Google Network Load Balancer as the traffic distributor:

Google Cloud architecture for Autoscaling

Google Network Load Balancer is the distribution tier to the cluster nodes. Network Load Balancer manages the client traffic and distributes it to Citrix ADC VPX clusters. Network Load Balancer sends the client traffic to Citrix ADC VPX cluster nodes that are available in the Citrix Application Delivery and Management autoscaling group across zones.

Citrix Application Delivery and Management triggers the scale-out or scale-in action at the cluster level. When a scale-out is triggered the registered virtual machines are provisioned and added to the cluster. Similarly, when a scale-in is triggered, the nodes are removed and de-provisioned from the Citrix ADC VPX clusters.

Citrix Application Delivery and Management Autoscale group is a group of Citrix ADC instances that load balance applications as a single entity and trigger autoscaling based on the configured threshold parameter values.

How the autoscaling works

The following flowchart illustrates the autoscaling workflow:

Citrix Autoscale flowchart

The Citrix Application Delivery and Management collects the statistics (CPU, Memory, and throughput) from the Autoscale provisioned clusters for every minute.

The statistics are evaluated against the configuration thresholds. Depending on the statistics, scale out or scale in is triggered. Scale-out is triggered when the statistics exceed the maximum threshold. Scale-in is triggered when the statistics are operating below the minimum threshold.

如果a scale-out is triggered:

  1. 新节点配置。

  2. The node is attached to the cluster and the configuration is synchronized from the cluster to the new node.

  3. The node is registered with Citrix Application Delivery and Management.

  4. The new node IP addresses are updated in the Google Network Load Balancer.

如果a scale-in is triggered:

  1. The node is identified to remove.

  2. Stop new connections to the selected node.

  3. The node is detached from the cluster, deregistered from Citrix Application Delivery and Management, and then de-provisioned from Google Cloud.

Note

在部署应用程序时,一个IP组created on clusters in every availability zone. Then, the domain and instance IP addresses are registered with the Google Network Load Balancer. When the application is removed, the domain and instance IP addresses are deregistered from the Google Network Load Balancer. Then, the IP set is deleted.

Example autoscaling scenario

Consider that you have created an Autoscale group named asg_arn in a single availability zone with the following configuration.

  • Selected threshold parameters – Memory usage.

  • Threshold limit set to memory:

    • Minimum limit: 40

    • Maximum limit: 85

  • Watch time – 2 minutes.

  • Cooldown period – 10 minutes.

  • Time to wait during de-provision – 10 minutes.

  • DNS time to live – 10 seconds.

After the Autoscale group is created, statistics are collected from the Autoscale group. The Autoscale policy also evaluates if any an Autoscale event is in progress. If the autoscaling is in progress, wait for that event to complete before collecting the statistics.

Line graph Citrix Autoscale

The sequence of events

  1. Memory usage exceeds the threshold limit atT2. However, the scale-out is not triggered because it did not breach for the specified watch time.

  2. Scale-out is triggered atT5after a maximum threshold is breached for 2 minutes (watch time) continuously.

  3. No action was taken for the breach betweenT5-T10because the node provisioning is in progress.

  4. Node is provisioned atT10and added to the cluster. Cooldown period started.

  5. No action was taken for the breach betweenT10-T20because of the cooldown period. This period ensures the organic growing of instances of an Autoscale group. Before triggering the next scaling decision, it waits for the current traffic to stabilize and average out on the current set of instances.

  6. Memory usage drops below the minimum threshold limit atT23. However, the scale-in is not triggered because it did not breach for the specified watch time.

  7. Scale-in is triggered atT26after the minimum threshold is breached for 2 minutes (watch time) continuously. A node in the cluster is identified for de-provisioning.

  8. No action was taken for the breach betweenT26-T36because Citrix Application Delivery and Management is waiting to drain existing connections. For DNS based autoscaling, TTL is in effect.

    Note

    For DNS based autoscaling, Citrix Application Delivery and Management waits for the specified Time-To-Live (TTL) period. Then, it waits for existing connections to drain before initiating node de-provisioning.

  9. No action was taken for the breach betweenT37-T39because the node de-provisioning is in progress.

  10. Node is removed and de-provisioned atT40from the cluster.

All the connections to the selected node were drained before initiating node de-provisioning. Therefore, the cooldown period is skipped after the node de-provision.

Autoscale architecture for Google Cloud