According to kubernetes documentation here,
Setting up a Kubernetes cluster using kubeadm requires to install kubectl on all nodes. However, kubeserver-api is only installed on the master node or control plane with the command,
kubeadm init
My question is why do we need kubectl on the worker nodes?