--- title: Install the Kubernetes CLI description: Learn how to install kubectl, the Kubernetes command-line tool, on Docker Universal Control Plane. keywords: ucp, cli, administration, kubectl, Kubernetes --- Docker EE 2.0 and higher deploys Kubernetes as part of a UCP installation. Deploy, manage, and monitor Kubernetes workloads from the UCP dashboard. Users can also interact with the Kubernetes deployment through the Kubernetes command-line tool named kubectl. To access the UCP cluster with kubectl, install the [UCP client bundle](cli.md). > Kubernetes on Docker for Mac and Docker for Windows > > Docker for Mac and Docker for Windows provide a standalone Kubernetes server that > runs on your development machine, with kubectl installed by default. This installation is > separate from the Kubernetes deployment on a UCP cluster. > Learn how to [deploy to Kubernetes on Docker for Mac](/docker-for-mac/kubernetes.md). {: .important} ## Install the kubectl binary To use kubectl, install the binary on a workstation which has access to your UCP endpoint. > Must install compatible version > > Kubernetes only guarantees compatibility with kubectl versions that are +/-1 minor versions away from the Kubernetes version. {: .important} First, find which version of Kubernetes is running in your cluster. This can be found within the Universal Control Plane dashboard or at the UCP API endpoint [version](/reference/ucp/3.1/api/). From the UCP dashboard, click on **About Docker EE** within the **Admin** menu in the top left corner of the dashboard. Then navigate to **Kubernetes**. {: .with-border} Once you have the Kubernetes version, install the kubectl client for the relevant operating system.