Test AWS Fargate (EKS) reliability with Gremlin Failure Flags. Inject latency and errors into pods to validate resilience without node access.
Pods scheduled on a Fargate profile behave differently from pods on a managed node group, and most teams carry their old assumptions across without adjusting them. There is no shared node, no DaemonSet, and no host to install anything on. Whatever Kubernetes was doing to protect your workload, it is doing less of it here.
The application-level risk is unchanged and unmeasured. A pod that stalls waiting on a database stays Ready and keeps receiving traffic. Your dashboards report a healthy deployment while requests queue behind a call that will never return, and the first real signal reaches you through a customer complaint.
Gremlin gives you a way to see this before it happens. Add the Failure Flags SDK to your application and deploy the sidecar into the pod, and you can inject latency and errors into specific code paths on a live deployment. You find out whether readiness probes reflect actual health, whether a slow dependency stays contained, and whether the resilience you assumed the platform provides is resilience you have.
Dependencies: Failure Test
Simulate a failed dependency by dropping all network traffic to the dependency.
Dependencies: Latency Test
Recreate poor network conditions by delaying all network traffic to a dependency by 100ms.
Unreliable Networks - Dependencies
Simulate unreliable network conditions when communicating with dependencies by adding latency to API calls. Test whether your users are affected when dependency response times degrade.
* 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.
Intelligent Health Checks - AWS
Automatically monitor your AWS services during testing in one-click with Intelligent Health Checks.
AWS integration
Integrate Gremlin with your AWS account for automatic Health Check creation, service discovery, and more.
Using Failure Flags by proxy
Use Failure Flags, Gremlin's application-level fault injection feature, without changing a single line of code.
Installing Gremlin on Amazon ECS
Learn how to install Gremlin on EC2-backed Amazon Elastic Container Service (ECS) deployments.
Installing Gremlin on AWS - Configuring your VPC
Amazon Web Services (AWS) has unique networking requirements that must be implemented for Gremlin to run successfully…
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.
