Install istioctl Install the istioctl binary with curl:
Download the latest release with the command:
$ curl -sL https://istio.io/downloadIstioctl | sh -
Add the istioctl client to your path, on a macOS or Linux system:
$ export PATH=$HOME/.istioctl/bin:$PATH