For the complete documentation index, see llms.txt. Markdown versions of all docs pages are available by appending .md to any docs URL.
Using Solo.io builds of Istio
Use Solo.io’s free enhanced builds of Istio, which include ambient/sidecar interoperability and additional enterprise features.
Solo.io, one of the leading contributors to Istio, develops Istio builds that underpin Solo Enterprise for Istio and that are available for free community use. These builds include several enhancements to ambient mode.
Features
Solo builds of Istio include features beyond what the upstream releases offer. The most significant is sidecar and ambient mode interoperability, which enables zero-downtime migrations.
Additional features, such as HTTP observability in ztunnel and FIPS support, are available with a Solo Enterprise for Istio license key.
Configure Solo builds
Solo builds of Istio are published to us-docker.pkg.dev/soloio-img/istio. To use them, include the following Helm settings in each installation. Follow the upgrade guide for the full steps.
- Set environment variables for the registry and image tag.
export HUB=us-docker.pkg.dev/soloio-img/istio export TAG=1.30.0-solo - Include
--set global.hub=$HUB --set global.tag=$TAGin eachhelm upgradecommand. The following example upgrades the base chart.helm upgrade istio-base istio/base -n istio-system --set global.hub=$HUB --set global.tag=$TAG
Bugs and security vulnerabilities
Solo builds of Istio are free to use but not open source.
- To report a bug, contact the Solo support team.
- To report a security vulnerability, email [email protected] with the vulnerability details.
Support
Support for Solo builds of Istio is available at #istio on the Solo.io Slack.