Which description correctly matches Kubernetes control-plane components to their roles?
The scheduler stores all cluster data, the controller manager chooses nodes, and etcd maintains node network rules
All three components expose Pods through NodePort services
The scheduler assigns unscheduled Pods, the controller manager regulates desired state, and etcd stores cluster data
All three components exist only to run application containers on worker nodes