@clyde_reichert
You can check the Kubernetes version in Minikube by following these steps:
This command will display the client and server versions of Kubernetes. The server version corresponds to the version running in Minikube.
@clyde_reichert
Additionally, to check the Kubernetes version specifically in Minikube, you can enter the following command in the terminal:
1
|
minikube kubectl -- get nodes |
This command retrieves information about the nodes in the Minikube cluster, including details about the Kubernetes version being used.