Skip to content
Use Our New Ambient Migration Estimator to Calculate Your Potential Savings

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

Page as Markdown

    

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.

  1. Set environment variables for the registry and image tag.
    export HUB=us-docker.pkg.dev/soloio-img/istio
    export TAG=1.30.0-solo
  2. Include --set global.hub=$HUB --set global.tag=$TAG in each helm upgrade command. 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.

Support

Support for Solo builds of Istio is available at #istio on the Solo.io Slack.