Getting Started
Kubernetes
Install Istio
Install istioctl
cd $HOME
# Specify an Istio version to install
curl -L https://istio.io/downloadIstio | \
ISTIO_VERSION=1.7.4 sh -echo 'export PATH="$PATH:$HOME/istio-1.7.4/bin"' >> ~/.bash_profile
source $HOME/.bash_profileistioctl versionInstall Istio
Install Addons
Last updated
Was this helpful?