Problem scenario
You know the kubectl version that is running on your client machine. How do you determine the version that your Kubernetes master node is running?
Solution
From the client machine, run this command: kubectl version | grep Server
A Technical I.T./DevOps Blog
Problem scenario
You know the kubectl version that is running on your client machine. How do you determine the version that your Kubernetes master node is running?
Solution
From the client machine, run this command: kubectl version | grep Server