Each Computer Module runs as a separate entity, with its own operating system (HypriotOS is a good choice, as it's essentially a stripped down Rapbian with docker support included) and IP address, as is the case with a typical cluster. On top of this you can run orchestration software, such as Kubernetes (Rancher do a small footprint "k3s" version, specifically for low powered ARM cluster) which maintains high availabilty "pods" (essentially docker containers, allocated across the available resources) in which the application software runs. If there's a docker image available for whatever applications you want to run, then you don't have to write anything and there are high quality tools available, such as Ansible and Helm, to allow you to manage the system. One of the nodes would be designated as master and the other six as workers and you would control the whole cluster through the master node. The main purpose of this device is as an affordable educational tool for learning about Ansible and Kubernetes and running them on real hardware, but it is possible to do useful work with it, too. For example, you could run WordPress or Drupal pods and use it to serve and maintain a wiki.