485 B
485 B
title | description | headless |
---|---|---|
gcloud kubectl install | How to install kubectl with gcloud snippet for inclusion in each OS-specific tab. | true |
You can install kubectl as part of the Google Cloud SDK.
-
Install the Google Cloud SDK.
-
Run the
kubectl
installation command:gcloud components install kubectl
-
Test to ensure the version you installed is up-to-date:
kubectl version --client