Swarmlab docs

Application development in a distributed system

Development of Distributed Systems from Design to Application


You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

118 lines
1.6 KiB

= project structure and technologies used
== Dynamic Structure
[.float-group]
--
[.right]
image::ROOT:swarm-poc.png[float=right]
:hardbreaks:
{empty} +
{empty}
:!hardbreaks:
.From -> To
* [*] monolithic -> networking architecture
* [*] static -> Dynamic
* [*] host based -> Service based
* [*] linear -> agile
--
TIP: You will learn to code, coordinate and orchestrate a swarm of self-acting nodes.
== Dynamic Instaces
[.float-group]
--
[.right]
image::ROOT:docker-images.png[210,260,float=right]
:hardbreaks:
{empty} +
{empty}
:!hardbreaks:
Server instances are *platform agnostic container-based applications.*
To build a large - scale distributed application we take advantage of standardized code deployments using Docker containers.
Docker-based applications can be seamlessly moved from local development machines to production deployments
{empty} +
--
== Dynamic networks - Swarm
[.float-group]
--
[.left]
image::ROOT:gynamic-swarm.png[320,540,float=right]
{empty} +
*From Code to full-blown systems*
* 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.
:hardbreaks:
{empty} +
{empty}
{empty}
{empty}
{empty}
Services in a dynamic and Scalable Distributed Architecture
{empty}
--
[.float-group]
--
[.right]
image::ROOT:docker-images.png[210,260,float=right]
:hardbreaks:
{empty} +
{empty}
:!hardbreaks:
* (1) Opens the info menu
* (2) Run a shell in a running container
* (3) Opens web interface
* (4),(5) Source directory - Directory Maps
{empty} +
--