Gremlin and Azure ACI

Test Azure Container Instances reliability with Gremlin Failure Flags. Inject latency and errors to validate graceful degradation without host access.

Why ACI reliability is important

Azure Container Instances gives you a container with no orchestrator around it. No scheduler to reschedule it, no service mesh to route around it, no node pool to absorb a problem. Whatever resilience exists has to live inside the container or in whatever calls it.

That makes ACI a common home for utility workloads: batch tasks, integrations, glue between systems. Those workloads receive the least engineering attention and the least error handling, which is an uncomfortable pairing with the least platform protection.

Since there's no host to work with, testing happens in the code. Add Failure Flags to your container and you can inject latency and errors against a running instance. You'll learn whether it retries, whether it exits in a way that signals failure to whatever invoked it, and whether it can hang indefinitely.

For a container with nothing watching it, hanging silently is the worst available outcome, and it's the one most applications default to.

Building resilience on ACI with Gremlin

ACI is an application platform (or PaaS), which you can test using the Failure Flags sidecar and the experiments shown on the right. You can use Failure Flags to prepare your services for application-level failure modes on ACI, such as:

  • High-latency function calls due to slow dependencies or high processing times
  • Validating error and exception handling logic
  • Experiments isolated to specific environments, customers, or any other application-level attributes
You can also run these expert-built workflows designed to replicate real-world failure modes on ACI:

* Failure Flags works wherever you can add the SDK to your application and run the Gremlin sidecar. Not every language and platform combination has been individually tested, and not all are officially supported. Check our compatibility documentation for what's verified, or get in touch if you don't see your runtime.

resources

Learn more about Gremlin and ACI

All product names, logos, and brands are property of their respective owners. AWS is a trademark of Amazon.com, Inc.; Azure is a trademark of Microsoft Corporation; Google Cloud is a trademark of Google LLC. Use of these names is for identification purposes only and does not imply endorsement or affiliation unless otherwise stated.

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.

Product Hero ImageShape