Live data from Hacker News

Ask HN: Who uses Chaos Monkey?

news.ycombinator.com

1–9 of 9 posts

Re: Ask HN: Who uses Chaos Monkey?

#4
post #2

Chaos Monkey: https://github.com/Netflix/SimianArmy introduction: http://techblog.netflix.com/2012/07/chaos-monkey-released-in...

Yes, but that doesn't answer the question, who is actually using it.

Sure. I didn't claim it does. I added links so the next person doesn't have to guess too long what Code Monkey stands for. Did you email the https://groups.google.com/forum/#!forum/simianarmy-users email list?

Re: Ask HN: Who uses Chaos Monkey?

#6
post #4

Earlier quoted context omitted.

Yes, but that doesn't answer the question, who is actually using it.

Sure. I didn't claim it does. I added links so the next person doesn't have to guess too long what Code Monkey stands for. Did you email the https://groups.google.com/forum/#!forum/simianarmy-users email list?

I hadn't, so I just did. Thanks for the suggestion. https://groups.google.com/forum/#!topic/simianarmy-users/59r...

Re: Ask HN: Who uses Chaos Monkey?

#8
post #7

Chaos Monkey is great, but it may be more pragmatic to start by injecting failures manually, rather than through an automated process. We do this with Failure Fridays at PagerDuty - https://blog.pagerduty.com/2013/11/failure-friday-at-pagerdu... .

Really interesting approach. Thanks for the resource.