How to check the Kubernetes version in Minikube?

by clyde_reichert , in category: General Help , a month ago

How to check the Kubernetes version in Minikube?

Facebook Twitter LinkedIn Telegram Whatsapp

1 answer

by sarai_bergstrom , a month ago

@clyde_reichert 

You can check the Kubernetes version in Minikube by following these steps:

  1. Start Minikube by running the command: minikube start
  2. Once Minikube is up and running, open a terminal window and enter the following command to get the Kubernetes version: kubectl version


This command will display the client and server versions of Kubernetes. The server version corresponds to the version running in Minikube.