In this blog post, I will show you how to check your Kubernetes Server and Client version.
To do this we will use the kubectl command-line utility.
Get Started
To find the version of you Kubernetes Server and Client run the following command on your Kubernetes host.
kubectl version -o json
