+
1. From Static → Dynamic
+We will be trying to create a swarm implementation that will allow communication between all of the members/nodes.
+
+
-
+
-
+
monolithic → networking architecture
+
+ -
+
static → Dynamic
+
+ -
+
host based → Service based
+
+ -
+
linear → agile
+
+
Code, coordinate and orchestrate a swarm of self-acting nodes.+
2. Service based
++
+
+
-
+
-
+
Build Docker images from a Dockerfile
+
+ -
+
push/pull Docker images.
+
+ -
+
build a Sample NodeJS application
+
+
+
-
+
-
+
Create cloud and platform agnostic container-based applications.
+++-
+
-
+
from a single container on your local machine
+
+ -
+
to a running cloud native - container-based environment
+
+ -
+
in the simplest and most logical format as possible.
+
+
+ -
+
+
+
+
+
+
+
+
-
+
-
+
Build services in a dynamic and Scalable Distributed Architecture
+++-
+
-
+
The distributed nature of a service mesh
+
+
+ -
+
+
+
+
+
+
+
+
+