Scale Down a Kubernetes Deployment
How far down can we scale our deployment and still meet our capacity and availability criteria?
This starter allows you to create and run an experiment that scales down a Kubernetes deployment, allowing you to observe the consequences on your service.
Configuration
The form requires the following fields:
- A deployment name;
- The number of replicas you want to scale down to;
- The number of replicas to scale back up to;
- The number of seconds to wait before scaling up.
It also presents the following fields, which are common to all starters and experiments:
- Contributions, to explicitly describe what your experiment contributes to;
- Tags, to categorize your experiment.

Environment
This starter requires an environment which declares the Kubernetes credentials to access the target cluster.
Starters guide
Not sure how to use starters? Read our starters guide.