Which commands check that Minikube components are running and that kubectl can reach the cluster?
kubectl
kubectl get configmaps only
kubectl get configmaps
minikube delete and kubectl create -h
minikube delete
kubectl create -h
minikube status and kubectl cluster-info
minikube status
kubectl cluster-info
nano cluster.yaml and kubectl start
nano cluster.yaml
kubectl start