How Do You Find the kubectl Version Your Kubernetes Server Is Running?

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

Leave a comment

Your email address will not be published. Required fields are marked *