MetaKube manages the lifecycle of your cluster's Nodes.
There are no dedicated "control plane" nodes, since the control plane is managed by MetaKube in SysEleven infrastructure.
Only the Kubernetes API is accessible.
The term "Node" is convoluted and often used for different kinds of things.
To be precise, this is why we distinguish between different concepts.
A Node is the Kubernetes resource that represents Kubernetes' logical concept of a server hosting Pods.
A MachineDeployment is a logical abstraction of a group of Kubernetes Nodes in the cluster.
MachineSets represent a set of Kubernetes Nodes with the same configuration.
A Machine represents the "physical" server underlying a specific Kubernetes Node.