Releases: grycap/mcc
My Container Cluster - mcc
This is a tool that automates the creation of container based computing clusters. The basic workflow of this tool is the next:
- Create a network that will be used to communicate the nodes in the cluster
- Create a container that will act as the front-end of the cluster
- Create some other containers that will act as the working nodes of the cluster
MCC automates all the tasks to create and configure the cluster. So it enables to contextualize the containers to execute a set of commands as the container are created. This enables, as an example, to include a script that installs a ssh-server in the container. Moreover, MCC tweaks the /etc/hosts file to enable an easy communication between the front-end and the working nodes (i.e. using nodeXX names).
This revision includes better automation and a better out-of-the-box end-user experience.
Release of MCC
This is a tool that automates the creation of container based computing clusters. The basic workflow of this tool is the next:
- Create a network that will be used to communicate the nodes in the cluster
- Create a container that will act as the front-end of the cluster
- Create some other containers that will act as the working nodes of the cluster
MCC automates all the tasks to create and configure the cluster. So it enables to contextualize the containers to execute a set of commands as the container are created. This enables, as an example, to include a script that installs a ssh-server in the container. Moreover, MCC tweaks the /etc/hosts file to enable an easy communication between the front-end and the working nodes (i.e. using nodeXX names).