Skip to content

Container Scenarios

Spencer Kotowick edited this page Mar 21, 2017 · 1 revision

Here is a list of scenarios on how SumoLogic container could be affected (if at all):

Scenario 1: SumoLogic container dies if it is non-essential

--> the SumoLogic container is not restarted
--> no other containers are affected
--> no reporting occurs to SumoLogic

Scenario 2: SumoLogic container dies if it is essential

--> all containers are replaced
--> SumoLogic container is started last
--> SumoLogic reporting occurs

Scenario 3: Any essential container dies

--> all containers are replaced
--> SumoLogic container is started last
--> SumoLogic reporting occurs

Scenario 4: Any non-essential container dies

--> the non-essential container is not restarted
--> the SumoLogic container is not affected

Scenario 5: Non-essential and essential container dies

--> all containers are replaced
--> SumoLogic container is started last
--> SumoLogic reporting occurs

Scenario 6: A new type of container is added to Dockerrun.aws.json

--> all containers are replaced
--> SumoLogic container is started last
--> SumoLogic reporting occurs
Clone this wiki locally