What Does Cluster Controller Mean?
In a network, a cluster controller is a machine that is used to manage other machines in a cluster. A cluster controller distributes jobs to the other machines for processing and receiving output from the other machines. These cluster controllers have different names in different networks. In Hadoop, for example, this cluster controller is called a NameNode.
Techopedia Explains Cluster Controller
While computer clusters allow for solving difficult computation problems quickly or maintaining high availability, administrators still need some way to control them. In most clustering schemes, one machine is designated as a cluster controller. This machine is responsible for distributing pieces of work to the other machines, handling failover and receiving output from the other machines. The cluster is typically configured in a master-slave arrangement, with the cluster controller serving as the master. The concept, if not the name, is common in clustering systems. In MAAS, it is known as a NodeGroup and in Hadoop it is called a NameNode.