Skip to content

Instantly share code, notes, and snippets.

View Neptunesun's full-sized avatar
🏠
Working from home

Suyog Neptunesun

🏠
Working from home
  • India
View GitHub Profile
@VidyasagarMSC
VidyasagarMSC / istioctl_windows10.md
Last active June 26, 2024 19:18
Setup Istio/istioctl on Windows 10

Download Istio

Set the environment variable

  • Copy the absolute path to the bin folder under the downloaded istio-<VERSION_NUMBER> folder e.g., C:/Users/Administrator/istio-1.0.5-win/istio-1.0.5/bin
  • In the Search on the taskbar, look and open "Edit environment variables for my account".
  • Under User variables, edit path environment variable and add a new entry pointing to the bin folder as copied above. Save the entries.