Icon

Istio

Istio is an open platform service mesh that provides a uniform way to connect, secure, control, and observe microservices. It enables traffic management, security features like mTLS, policy enforcement, and telemetry across service meshes.
Latest: 1.30.1 GitHub
Last checked: Jun 9, 2026 12:10am
Rank: 512/15140
Also monitored via:
Site Monitor Winget NVD CISA KEV
Follow to track new versions in your feed.
Report

Overview

0
License: Apache License 2.0Installer: binary scriptSilent: YesWinget: Available
Silent install
curl -L https://istio.io/downloadIstio | sh - && cd istio-* && ./bin/istioctl install --set profile=default -y



CPE
cpe:2.3:a:istio:istio:*:*:*:*:*:*:*:*

Version & Lifecycle

0
Current: 1.30.1 N-2: 1.30 Oldest supported: 1.0.0 Avg cadence: Every 24 days

Top Contributors

Top sitewide contributors:

  1. Anbarasan
  2. nico_k
  3. Bob
  4. Vigneshwaran

Community Notes

Command-line note • March 3, 2026
0

Istio – Command-line note

For enterprise-scale Istio deployment on Windows, download the Istio release archive (e.g., istio-1.29.0-win), extract it, and add the absolute path to its bin directory (containing istioctl) to the system PATH environment variable via PowerShell or Group Policy preferences for automated client rollout across admin workstations. Use istioctl install –set profile=default –skip-confirmation -y to silently deploy the default Istio profile to Kubernetes clusters without interactive prompts. Label target namespaces with kubectl label namespace default istio-injection=enabled to enable automatic sidecar injection in deployment scripts.

Command-line note • December 31, 2025
0

Istio – Command-line note

To deploy istioctl on Windows for enterprise Istio management, download the Istio package, then use PowerShell to copy istioctl.exe to C:Istio and persistently append C:Istio to the user PATH with [environment]::SetEnvironmentVariable("PATH", $USER_PATH + ";C:Istio", "User") and $env:PATH += ";C:Istio" for immediate access. This enables silent, scriptable setup without UI prompts, allowing istioctl install --set profile=default for automated Kubernetes Istio deployments.

Release Notes & Updates

0
Avg cadence:
Updates • 0

Known Vulnerabilities

0
  • CVE-2023-44487 7.5
  • CVE-2022-31045 9.8
  • CVE-2022-21679 9.8

Also known as

Other names people use for this app — helps search and matching.

Istioistio Istio

Packaging Notes

0

Istio is distributed as a downloadable package with istioctl CLI for installation and management; supports Kubernetes and traditional workloads.

Notes

0

Founded by Google, IBM, and Lyft in 2016; graduated CNCF project; supports multi-cloud, hybrid, and on-premises environments.