Cluster Setup
Installing
curl -s https://raw.githubusercontent.com/k3d-io/k3d/main/install.sh | bash$ curl -L https://istio.io/downloadIstio | sh -
# Move the folder to /opt (Optional - may require sudo)
$ mv istio-1.24.2 /opt/istio-1.24.2
# Enter Istio package delivery directory (If package is istio-1.24.2)
$ cd /opt/istio-1.24.2
# Or add to .bash_profile if in WSL2
$ export PATH=$PWD/bin:$PATHSetup
Creating Cluster
Last updated