Test Virtual Machine Scale Set reliability with Gremlin. Trigger CPU and Memory experiments to validate scaling policies and instance replacement.
Virtual Machine Scale Sets are supposed to make instance failure a non-event, and they usually do, until the configuration stops matching reality. Autoscale rules get written once during setup, based on estimates rather than measurements, then left alone while the workload changes around them.
The failure mode is quiet. An upgrade policy that replaces instances too aggressively removes more capacity than the service can spare. A scale-out threshold set above the point where your application starts degrading means scaling begins only after users are already affected. Neither shows up in normal operation, because normal operation never tests them.
Bake the Gremlin Agent into your image or extension profile so every scaled instance self-registers, then exercise the set on purpose. CPU and memory experiments drive load past your thresholds so you can see where scaling actually triggers. Shutdown experiments confirm instance replacement happens fast enough to matter.
What surfaces is the gap between the configuration you wrote and the workload you're running now, which is a gap that widens quietly with every release.
CPU scalability - Linux
Test that your Linux-hosted service scales as expected when CPU capacity is limited. Gremlin consumes CPU in three stages—50%, 75%, and 90%—to validate scaling thresholds.
Scalability: Memory
Verify that your Linux-hosted service scales as expected when memory is limited. Gremlin increases memory utilization in three stages—50%, 75%, and 90%—to validate memory management.
Host redundancy - Linux
Test resilience to host failures by shutting down a randomly selected Linux host. Verify that your platform automatically restarts or replaces it.
* Gremlin is designed to work on any cloud platform that provides Linux or Windows hosts. We haven't individually tested every service we cover, and not all are officially supported. Check our compatibility documentation for tested operating systems and known caveats, or get in touch if you don't see yours.
Intelligent Health Checks - Azure
Automatically monitor your Azure services during testing in one-click with Intelligent Health Checks.
Avoid downtime. Use Gremlin to turn failure into resilience.
Gremlin empowers you to proactively root out failure before it causes downtime. See how you can harness chaos to build resilient systems by requesting a demo of Gremlin.
