Temporary Scaling
Scale infrastructure temporarily for testing or load evaluation, then revert or promote the change using Bluebricks environments
Overview
When to use temporary scaling
The temporary scaling workflow
1
2
# environment manifest (e.g., k8s-staging.yaml)
inputs:
node_count: 10bricks install k8s-platform \
--collection=staging \
--env-slug=k8s-staging \
--props '{"node_count": 10}'3
4
bricks install k8s-platform \
--collection=staging \
--env-slug=k8s-staging \
--props '{"node_count": 5}'Using Git for temporary changes
Combining with TTL for automatic cleanup
Best practices
Last updated