You are viewing documentation for Kubernetes version: v1.20

Kubernetes v1.20 documentation is no longer actively maintained. The version you are currently viewing is a static snapshot. For up-to-date documentation, see the latest version.

gcloud kubectl install

How to install kubectl with gcloud snippet for inclusion in each OS-specific tab.

You can install kubectl as part of the Google Cloud SDK.

  1. Install the Google Cloud SDK.

  2. Run the kubectl installation command:

    gcloud components install kubectl
    
  3. Test to ensure the version you installed is up-to-date:

    kubectl version --client
    
Last modified September 25, 2026 at 6:31 PM PST: feat: port the static site setup to release-1.20 (7a04f87)