Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Delay chaos in Istio does not actually injects delay in the service #17

Open
SapnaGirdhani1 opened this issue Jun 9, 2022 · 0 comments

Comments

@SapnaGirdhani1
Copy link

Hi Team,

I used chaostoolkit-istio and implemented add_delay_fault to inject delay in one of my services ( via its virtual-service). I get response code as 200 after calling add_delay_fault. Which confirms that fault is injected or delay is added. But when I call my service, I don't see any impact of delay.Service responds immediately.
Let me explain my use case.

Scenario : My micro service is deployed on IBM Cloud Kubernetes cluster ( Istio Enabled). This service has one Virtual service associated. I am running chaos-toolkit and injecting a delay (300 sec) by providing my virtual-service name in add_delay_fault function. I get a response code of 200.
My service is associated with Istio Ingress gateway. I hit my service via browser and get immediate response, no impact of delay noticed.

Please help.Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant