Skip to main content
The agent is designed to vertically and horizontally scale to meet the needs of your Superblocks workloads. See instructions below for the relevant scaling and resource allocation settings depending on your deployment method.

Kubernetes

See the autoscaling and resources sections of the Helm chart values.yaml for the default autoscaling and resource settings. Adjust as needed depending on your workload.

ECS Fargate

Instance Size

To configure the CPU & memory limits allocated to your ECS instances use the following variables in your Terraform file.

Scaling

AWS will automatically scale your ECS instances based on traffic. To configure the minimum and maximum number of instances the agent can scale to, set the following variables in your Terraform file.

Google Cloud Run

Instance Size

To configure the CPU & memory limits for your Cloud Run instances, use the following variables in your Terraform file.

Scaling

Google will automatically scale your Cloud Run instances based on traffic. To configure the minimum and maximum number of instances the agent can scale to, set the following variables in your Terraform file.