Skip to main content
Version: Next

Scaling the Cluster

Scaling a cluster includes adding or removing nodes and performing rolling upgrades.
ASI clusters automatically rebalance and update membership, so scaling operations are straightforward.


Add a Node

To scale out, simply install ASI on a new machine and join it to the cluster.


Remove a Node

Removing a node requires no special cluster operations.
If a node is shut down or destroyed, the cluster will automatically update its membership.

Recommended steps:

  1. Disable or drain the node in the load balancer
  2. Stop ASI services:
  3. Remove or decommission the machine
  4. Verify the updated membership through the Management Console

Rolling Upgrades / Patching

Rolling upgrades are simple: upgrade nodes one at a time while keeping the cluster running.

Typical cycle:

  1. Stop ASI on the node
  2. Upgrade ASI
  3. Start services

The cluster will automatically detect upgraded nodes as they come back online.