Sunday, May 31, 2015

event-driven automation architecture


Here's some original artwork by yours truly. 
Nothing much, just my take on event-driven automation architecture.


This is my personal take on modular orchestration, each node represents a partition or VM.

This bundling draws noticeably strong parallels to hypervisor technology because that's where orchestration (event-driven automation) was born.

Here's an example of setting up infrastructure for a project.

PHYSICAL INFRASTRUCTURE
  • only 1 user? -> pick an architecture, install an operating system
  • >= 2 users? -> pick an architecture, install a hypervisor, install additional operating systems 

VIRTUAL INFRASTRUCTURE
  • only 1 role? -> pick an architecture, install a wizard
  • >= 2 role? -> pick an architecture, install an emperor, install additional wizards
Seems simple enough!