Cello follows a typical Master-Worker architecture. There are two types of Nodes in the cluster.
Master Node
: Holds Cello services to manage (e.g.,create/delete
) the chains inside Worker Nodes through Worker's management APIs. Usually, Master Node provides web dashboard (port8080
) and RESTful APIs (port80
). It is recommended to use Linux (e.g., Ubuntu 16.04+) or MacOS;Worker Node
: Nodes to hold blockchains. Cello support several types ofworker node
from single server to cluster. TakeDocker host
orSwarm cluster
for example, the Worker's management APIs (i.e., Docker daemon APIs) should be accessible (typically on port2375
) from the Master Node.
Currently we support Docker Host or Swarm Cluster as Worker Node. More types will be added soon.
Docker Host
: Setup Docker Host as a Worker Node.Docker Swarm
: Create a Docker Swarm.vSphere
: Setup vSphere as a Worker Node.Kubernetes
: Setup Kubernetes as a Worker Node.Ansible
: Setup Ansible as a Worker Node.
Here we describe the setups for development usage. If you want to deploy Cello for production, please also refer to the Production Configuration.
This work is licensed under a Creative Commons Attribution 4.0 International License.