Gremlin and GCP Cloud Storage

Test how your application handles a Cloud Storage outage. Run Gremlin network experiments and reliability tests to validate timeouts and fallbacks.

Why Cloud Storage reliability is important

Google Cloud Storage offers strong consistency, which removes a class of bug teams used to design around and encourages treating the service as always correct. Correctness and availability are different guarantees, and applications built on the first assumption tend to ignore the second.

Fan-out workloads make that expensive. A job iterating over thousands of objects with no timeout on individual reads can stall on one and hold everything behind it. Resumable uploads add a second problem: an interrupted upload leaves state that has to be resumed or abandoned deliberately, and code that skips that path leaves partial objects and orphaned sessions behind.

Gremlin shows you whether your bulk operations have bounded behavior. Latency experiments slow the storage endpoint so you can find the operations with no upper limit on how long they will wait. Blackhole experiments remove it entirely, which tells you whether your application degrades or hangs.

Bulk operations tend to be written for the day storage answers quickly. Testing tells you what happens on the day it doesn't.

Building resilience on Cloud Storage with Gremlin

Cloud Storage is a dependency: a managed service that your service connects to. You can run tests by deploying the Gremlin agent or Failure Flags sidecar to a service that consumes Cloud Storage*. Using the experiments shown to the right, you can prepare your service for Cloud Storage failure modes, including:

  • Network outages making Cloud Storage unavailable
  • Slow performance due to network latency
  • Expiring TLS certificates
You can also run these expert-built workflows designed to replicate real-world failure modes on Cloud Storage:

* Testing a dependency doesn't require installing anything on it. Gremlin runs the experiment from the service that calls it, so compatibility depends on that host rather than on the dependency itself. Check our compatibility documentation for supported operating systems and platforms, or get in touch if you don't see yours.

resources

Learn more about Gremlin and Cloud Storage

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