Netflix / SimianArmy

Tools for keeping your cloud operating in top form. Chaos Monkey is a resiliency tool that helps applications tolerate random instance failures.
Apache License 2.0
7.98k stars 1.13k forks source link

Docker support #229

Open slevental opened 8 years ago

slevental commented 8 years ago

I wan't to adapt simian army to be able to with docker based infrastructure, so following that have few questions:

ebukoski commented 8 years ago

At Netflix we have started discussing adding Docker support to SimianArmy but no firm plans yet.

Currently SimianArmy relies on components specific to cloud infrastructure. For example, when running in AWS it uses AWS specific infrastructure (instances, ASGs, ELBs, etc), AWS tags, and AWS centric registries like Edda. New Docker-friendly replacements would need to be developed as necessary to replace these.

We would absolutely review/accept a PR that introduces Docker support!

mdiensberg commented 8 years ago

Hello,

As part of the adoption of the SimianArmy framework to our infrastructure we have started to add Docker support. So far this mostly focuses on the Chaos Monkey. We plan to release these enhancements in Q1 2016.

dhoomakethu commented 8 years ago

I have come up with a version based on simian army and blockade , see if that is useful. https://github.com/dhoomakethu/apocalypse/wiki

BruceZu commented 7 years ago

@mdiensberg Do you open source your Docker image for Chaos Monkey? and does it still only support AWS and VSphere? Thank you!