What do the client and server versions reported by kubectl represent?
kubectl
The client version is the local kubectl tool; the server version is the Kubernetes API server in the cluster
The client is Minikube and the server is the Docker engine
Both versions describe two copies of kubectl on the local machine
The client is a running container and the server is its image tag