Cluster Information commands To get cluster information: kubectl cluster-info To view all the nodes present in the cluster kubectl get nodes To describe a specific node kubectl describe node To drain a node for maintenance kubectl drain no...