Sure.. I think yours is called Matrix AI right? "orchestrate massive distributed infrastructure so that they become self-healing, self-organising, and self-adaptable"
It sounds like Docker is going to eventually put something out that touches on some of this stuff (although not necessarily self-healing etc.), just wondering how we can take advantage of that or avoid duplicating functionality.
There's alot of parts to orchestration that isnt just container implementations, and there are already tons of tools that do the different parts of orchestration, so there's already some duplicated effort right now, in fact everybody reinvents the wheel slightly when building new distributed systems. The problem is putting it all together in an scalable model is very difficult. Send me an email at roger.qiu ([{at}]) matrix.ai
I'd definitely recommend the both of you discuss your plans on #docker-dev / freenode. I'm excited to participate in the conversation, it sounds really cool.
It sounds like Docker is going to eventually put something out that touches on some of this stuff (although not necessarily self-healing etc.), just wondering how we can take advantage of that or avoid duplicating functionality.