Announcing Istio 1.27.0
Istio 1.27 Release Announcement.
We are pleased to announce the release of Istio 1.27. Thank you to all our contributors, testers, users and enthusiasts for helping us get the 1.27.0 release published! We would like to thank the Release Managers for this release, Jianpeng He from Tetrate, Faseela K from Ericsson Software Technology, and Gustavo Meira from Microsoft.
CHANGE NOTES
Get a detailed list of what's changed.
BEFORE YOU UPGRADE
Things to know and prepare before upgrading.
DOWNLOAD
Download and install this release.
DOCS
Visit the documentation for this release.
What’s new?
Inference Extension Support
Gateway API Inference Extension is an official Kubernetes project designed to optimize the self-hosting of Generative AI models on Kubernetes. It provides a standardized, vendor-neutral approach to intelligent AI traffic management.
Istio 1.27 includes a fully-compliant implementation of the extension when using the Gateway API for cluster ingress traffic control.
Learn more about the extension and Istio’s implementation.
Ambient Multicluster
Support for multi-cluster deployments in ambient mode is now available in Alpha. This enables multiple ambient mode clusters to be connected into the same mesh, expanding the scope of no-sidecar networking to larger and more distributed environments.
In this initial release, testing has been focused on multi-network, multi-primary topologies, where each cluster runs its own control plane. Support for more complex topologies will follow as the baseline feature matures.
CRL Support for Plugged-in CAs
Certificate Revocation List (CRL) support is now available for users who have “plugged in” their own certificate authority, rather than using the default provided by Istio. This allows proxies to validate and reject revoked certificates, strengthening the security posture of mesh deployments using plugged-in CAs.
ListenerSets Support
The new ListenerSets API allows you to define a reusable set of listeners that can be attached to a Gateway
resource. This promotes consistency and reduces duplication when managing multiple Gateways that share common listener configurations.
Native nftables Support in Sidecar Mode
Istio now supports the native nftables backend in Sidecar mode. nftables is the modern successor to iptables, providing better performance, improved maintainability, and more flexible rule management for transparent traffic redirection to and from the Envoy sidecar proxy.
Many major Linux distributions are adopting nftables as the default packet filtering framework, and Istio’s native support ensures compatibility with this shift.
Support for nftables in ambient mode is actively being developed and will arrive in a future release.
Upgrading to 1.27
We would like to hear from you regarding your experience upgrading to Istio 1.27. You can provide feedback in the #release-1.27
channel in our Slack workspace.
Would you like to contribute directly to Istio? Find and join one of our Working Groups and help us improve.