control plane
termcloudnetworking
The part of a system that makes decisions, as opposed to the data plane that moves the traffic.
The control plane decides where things go, config, routing, scheduling, while the data plane does the actual forwarding at speed. Separating them is a core design idea across networking, Kubernetes, and service meshes.
Also known as: control-plane, data plane, data-plane