1. What is the Kubernetes cluster composed of?
At a high level the Kubernetes cluster is comprised of the control plane and nodes.
2. Which command line tool do you use to deploy applications to the Kubernetes cluster?
kubectl is the command line tool you use to interact with the Kubernetes API and, in particular, to deploy applications.