Skip to content

Releases: grycap/mcc

My Container Cluster - mcc

20 Apr 11:56
45644e5
Compare
Choose a tag to compare

This is a tool that automates the creation of container based computing clusters. The basic workflow of this tool is the next:

  1. Create a network that will be used to communicate the nodes in the cluster
  2. Create a container that will act as the front-end of the cluster
  3. 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

15 Mar 12:20
b9e62b9
Compare
Choose a tag to compare

This is a tool that automates the creation of container based computing clusters. The basic workflow of this tool is the next:

  1. Create a network that will be used to communicate the nodes in the cluster
  2. Create a container that will act as the front-end of the cluster
  3. 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).