How do Minikube and kubectl differ?
Minikube creates only Pods, while kubectl creates only Services.
They are two names for the same executable and version.
Minikube manages the local cluster profile; kubectl sends resource requests to the Kubernetes API server.
Minikube is the API server and kubectl is the etcd database.