Cluster definition¶
A cluster consists of a server, referred to as the Manager, and multiple embedded devices connected to this server, known as Nodes.
Initialization of a cluster¶
Some dependencies must be installed and started in order to start a cluster :
mosquitto
formanta_manager
andmanta_node
communications as a message broker. It should be installed on the same machine wheremanta_manager
is deployed.mongodb
formanta_manager
for accessing databasedocker
formanta_node
for deploying tasks in isolated environments
On server machine,
manta_manager
must be started beforemanta_node
by following the unsecured mode deployment or secured mode deployment.manta_node
are executed on embedded devices to finalize the cluster.