TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Failure Injection on Kubernetes with SMI and Linkerd

38 pointsby williamallthingalmost 6 years ago

4 comments

lemoncucumberalmost 6 years ago
It&#x27;s worth noting that Istio has built-in support for failure injection (i.e. without needing to run a separate service to return 500s): <a href="https:&#x2F;&#x2F;istio.io&#x2F;docs&#x2F;tasks&#x2F;traffic-management&#x2F;fault-injection&#x2F;#injecting-an-http-abort-fault" rel="nofollow">https:&#x2F;&#x2F;istio.io&#x2F;docs&#x2F;tasks&#x2F;traffic-management&#x2F;fault-injecti...</a><p>As far as I know Linkerd does not (yet) have such a feature though, so this post seems like a reasonable alternative.
评论 #20503460 未加载
adlleongalmost 6 years ago
I&#x27;m the author of this blog post and I&#x27;m more than happy to answer any questions people have!
jrockwayalmost 6 years ago
So... if I were going to inject failures into my service mesh, it would be my service mesh that I&#x27;d be counting on to do the retry after the failure. Does it even make sense to do it in that case?
评论 #20504143 未加载
samstavealmost 6 years ago
You know what would be an interesting service:<p>Chaos monkey&#x2F;failure injection-as-a-service: in that you define the parameters by which you wanted to be assessed...<p>King of like pen test contractors...<p>So OK let me spin up an environ and attack the fuck out of it. Show me where im weak. So that in prod... im good.
评论 #20503564 未加载
评论 #20518416 未加载