This topic describes how to install the VMware Tanzu Kubernetes Grid Integrated Edition Command Line Interface (TKGI CLI).
The TKGI CLI is a command-line tool to manage Tanzu Kubernetes Grid Integrated Edition provisioned Kubernetes clusters. Use the TKGI CLI to create, manage, and delete Kubernetes clusters.
For more information on the TKGI CLI, see TKGI CLI.
To download and install the TKGI CLI, complete the steps in Install the TKGI CLI below.
Note: TKGI CLI binaries are only provided for 64-bit architectures.
To download and install the TKGI CLI:
To download the TKGI CLI for your operating system:
To install the TKGI CLI, follow the procedures for your operating system:
To install the TKGI CLI on Mac OS X:
tkgi
.$ chmod +x tkgi
PATH
.tkgi –version
to verify the version of your TKGI CLI installed locally.To install the TKGI CLI on Linux:
tkgi
.$ chmod +x tkgi
PATH
.tkgi –version
to verify the version of your TKGI CLI installed locally.To install the TKGI CLI on Microsoft Windows:
tkgi.exe
.PATH
.tkgi –version
to verify the version of your TKGI CLI installed locally.