Release Notes
OpenShift Service Mesh release notes
Abstract
Chapter 1. OpenShift Service Mesh release notes Copy linkLink copied to clipboard!
Red Hat OpenShift Service Mesh release notes contain information about new features and enhancements, deprecated features, technology preview features, bug fixes, and known issues. They contain a set of tables for supported component versions and Istio features, and are organized by OpenShift Service Mesh version.
For additional information about the Red Hat OpenShift Service Mesh life cycle and supported platforms, refer to the OpenShift Operator Life Cycles.
1.1. Red Hat OpenShift Service Mesh version 3.1.2 Copy linkLink copied to clipboard!
This release of Red Hat OpenShift Service Mesh is included with the Red Hat OpenShift Service Mesh Operator 3.1.2 and is supported on OpenShift Container Platform 4.16 and later. This release addresses enhancements, fixed issues, and Common Vulnerabilities and Exposures (CVEs).
For supported component versions for 3.1.2, see "Service Mesh version support tables".
1.1.1. Enhancements Copy linkLink copied to clipboard!
- This enhancement updates Istio to version 1.26.4.
- This enhancement updates Kiali operator and Kiali server to version 2.11.3.
1.2. Red Hat OpenShift Service Mesh version 3.1.1 Copy linkLink copied to clipboard!
This release of Red Hat OpenShift Service Mesh is included with the Red Hat OpenShift Service Mesh Operator 3.1.1 and is supported on OpenShift Container Platform 4.16 and later. This release addresses enhancements, fixed issues, and Common Vulnerabilities and Exposures (CVEs).
For supported component versions for 3.1.1, see "Service Mesh version support tables".
1.2.1. Enhancements Copy linkLink copied to clipboard!
- This enhancement updates Istio to version 1.26.3.
- This enhancement updates Kiali operator to version 2.11.2.
1.2.2. Fixed issues Copy linkLink copied to clipboard!
-
Before this update, enabling
NetworkPolicy
field globally in theIstio
custom resource (CR) failed to create the correspondingNetworkPolicy
resource due to incorrect resource handling. This issue prevented users from applying network policies when Istio was enabled globally. With this update,NetworkPolicy
resource creation is enabled uponIstio
CR update, allowing end users to consistently apply network policy rules in Istio. (OSSM-10595) -
Before this update, creating a
PodDisruptionBudget
for a singleistiod
pod with aminAvailable
value of1
caused an upgrade to fail, preventing node restart during upgrade. As a consequence, the upgrade was unsuccessful. With this update, the Istio Operator disables the defaultpodDisruptionBudget
for the singleistiod
pod in the Istio 1.24.3 configuration. As a result, the node can now restart during an upgrade without being prevented by the singleistiod
pod. (OSSM-9392)
1.3. Red Hat OpenShift Service Mesh version 3.1 new features and enhancements Copy linkLink copied to clipboard!
This release makes Red Hat OpenShift Service Mesh 3.1 generally available, adds new features, addresses Common Vulnerabilities and Exposures (CVEs), and is supported on OpenShift Container Platform 4.16 and later.
For a list of supported component versions and support features, see "Service Mesh 3.0 feature support tables".
When upgrading from OpenShift Service Mesh 2.x, first you must migrate to version 3.0. Then, you can upgrade to version 3.1. For more information see, "Migrating from Service Mesh 2 to Service Mesh 3".
1.3.1. Support for Kubernetes Gateway API Copy linkLink copied to clipboard!
This release introduces support for Kubernetes Gateway API custom resource definitions (CRDs). You can now use these CRDs to configure OpenShift Service Mesh with the Kubernetes Gateway API. This feature is available with Red Hat OpenShift Service Mesh 4.19.
1.3.2. Support for OpenShift Service Mesh on x86 dual-stack clusters Copy linkLink copied to clipboard!
This release introduces support for OpenShift Service Mesh on x86 dual-stack clusters. This feature remains a technology preview on all other platforms.
1.3.3. Kubernetes Traffic Distribution Support Copy linkLink copied to clipboard!
This release introduces support for the Kubernetes traffic distribution feature, part of the Kubernetes Service API, within OpenShift Service Mesh. As of Red Hat OpenShift Service Mesh 4.19, this is a Beta feature and requires enabling the ServiceTrafficDistribution
parameter in the Istio Custom Resources (CRs).
1.3.4. Developer Preview for Kubernetes ClusterTrustBundle Copy linkLink copied to clipboard!
This release introduces developer preview support for the experimental Kubernetes ClusterTrustBundle
feature. This feature provides a new way of distributing X.509 trust anchors (root certificates) to workloads within the cluster. As of Red Hat OpenShift Service Mesh 4.19, this is an Alpha feature and requires enabling the ClusterTrustBundle
feature.
1.3.5. UBI-micro base containers Copy linkLink copied to clipboard!
This release updates OpenShift Service Mesh to use UBI-micro base containers for most container images. The UBI-micro image is the smallest possible Universal Base Image (UBI), which excludes a package manager and all of its dependencies normally included in a container image. This change minimizes the attack surface of container images that use the UBI-micro base.
1.4. Red Hat OpenShift Service Mesh version 3.1 Technology Preview features Copy linkLink copied to clipboard!
This release includes some features that are currently in Technology Preview. These experimental features are not intended for production use. For more information about the support scope of Red Hat Technology Preview features, see Technology Preview Features Support Scope.
1.4.1. Istio ambient mode Copy linkLink copied to clipboard!
This release updates the status of Istio ambient mode to Technology Preview. Istio ambient mode provides a sidecar-less alternative data plane to the traditional sidecar-based data plane. By default, ambient mode splits the data plane into node-level L4 ZTunnels and namespace-scoped L7 Waypoint proxies.
Istio ambient mode requires Kubernetes Gateway API custom resource definitions (CRDs). Use OpenShift Service Mesh 4.19 or later, which includes the CRDs by default.
To avoid potential conflicts, you must install Istio ambient mode only on clusters that do not have an existing Red Hat OpenShift Service Mesh installation. Istio ambient mode is not compatible with clusters that use Red Hat OpenShift Service Mesh 2.6 or earlier.
When you use Istio ambient mode, pods that rely on liveness
or readiness
probes require you to set the OVN-Kubernetes gateway mode to local
instead of the default shared
mode. In local mode, traffic routes through the host and the host processes it using the routing table, ensuring that probes function correctly. For more information, see the "Configuring gateway mode" section in the OVN-Kubernetes documentation.
To start using Istio ambient mode, see the "Istio ambient mode" section in the OpenShift Service Mesh 3 installation documentation.
1.4.2. Kubernetes Gateway API Inference Extensions Copy linkLink copied to clipboard!
This release provides technology preview support for Kubernetes Gateway API Inference Extensions. These extensions build on Kubernetes Gateway API to provide inference-specific routing capabilities that optimize for self-hosted generative-AI workloads. This implementation was backported to OpenShift Service Mesh 3.1 from Istio 1.27.
1.5. Red Hat OpenShift Service Mesh version 3.1 fixed issues Copy linkLink copied to clipboard!
1.5.1. Kiali fixed issue Copy linkLink copied to clipboard!
-
Before this update, the Kiali Operator provided by Red Hat used the
k8s_cluster_info
Ansible module from thekubernetes.core
collection, which caused failures in certain environments during theGet API version information from the cluster
task. As a result, Kiali deployment failure occurred, affecting service visibility and management. With this update, the Kiali Operator provided by Red Hat avoids thek8s_cluster_info
module, resolving the issue and ensuring smooth Kiali installation for users. (OSSM-9659)
1.6. Red Hat OpenShift Service Mesh 3.1 known issues Copy linkLink copied to clipboard!
1.6.1. podDisruptionBudget object that prevents nodes from upgrading Copy linkLink copied to clipboard!
There is currently a known issue that prevents OpenShift Container Platform nodes from upgrading. The podDisruptionBudget
resource prevents the draining of the node where the istiod
pod is running, unless there are multiple replicas of the istiod
pod.
Workaround: Set the .spec.values.global.defaultPodDisruptionBudget.enabled
field in the Istio CR to false
. Alternatively, you can temporarily increase the number of replicas for the istiod
deployment. OSSM-9392
1.7. Red Hat OpenShift Service Mesh version 3.1 deprecated features Copy linkLink copied to clipboard!
Some features available in previous releases have been deprecated or removed.
Deprecated functionality is still included in OpenShift Container Platform and continues to be supported; however, it will be removed in a future release of Red Hat OpenShift Service Mesh 3 and is not recommended for new deployments.
Removed functionality no longer exists in the product.
1.7.1. DNS auto-allocation in ProxyMetadata Copy linkLink copied to clipboard!
This release removes the use of ISTIO_META_DNS_AUTO_ALLOCATE
option in the proxyMetadata
configuration. You can use the DNS auto-allocation label in the ServiceEntry
resource instead. A future release will remove support for the ISTIO_META_DNS_AUTO_ALLOCATE
option.
For more information about using the DNS auto-allocation label in the ServiceEntry
resource, see the "Address auto-collection" section in the Istio documentation.
1.9. Red Hat OpenShift Service Mesh version 3.0.3 Copy linkLink copied to clipboard!
This release of Red Hat OpenShift Service Mesh is included with the Red Hat OpenShift Service Mesh Operator 3.0.3 and is supported on OpenShift Container Platform 4.14 and later. This release addresses Common Vulnerabilities and Exposures (CVEs) and is supported on OpenShift Container Platform 4.14 and later. For supported component versions for 3.0.3, see "Service Mesh version support tables".
1.9.1. Enhancements Copy linkLink copied to clipboard!
- This enhancement updates Istio to version 1.24.6. For more information, see OSSM-9758
- This enhancement updates Kiali operator to version 2.4.7.
1.9.2. Bug fixes Copy linkLink copied to clipboard!
-
Previously, the Kiali Operator provided by Red Hat used the
k8s_cluster_info
Ansible module from thekubernetes.core
collection, which could fail in some environments with a result code of-9
. This failure occurred during theGet api version information from the cluster
Ansible task and prevented the Operator from reconciling Kiali custom resources (CRs). Now, the fix removes the use of thek8s_cluster_info
Ansible module to prevent this error. (OSSM-9659)
1.10. Red Hat OpenShift Service Mesh version 3.0.2 Copy linkLink copied to clipboard!
This release of Red Hat OpenShift Service Mesh is included with the Red Hat OpenShift Service Mesh Operator 3.0.2 and is supported on OpenShift Container Platform 4.14 and later. This release addresses Common Vulnerabilities and Exposures (CVEs) and is supported on OpenShift Container Platform 4.14 and later. For supported component versions for 3.0.2, see "Service Mesh version support tables".
1.11. Red Hat OpenShift Service Mesh version 3.0.1 Copy linkLink copied to clipboard!
This release of Red Hat OpenShift Service Mesh is included with the Red Hat OpenShift Service Mesh Operator 3.0.1 and is supported on OpenShift Container Platform 4.14 and later. This release addresses Common Vulnerabilities and Exposures (CVEs) and is supported on OpenShift Container Platform 4.14 and later. For supported component versions for 3.0.1, see "Service Mesh version support tables".
1.12. OpenShift Service Mesh 3.0 new features and enhancements Copy linkLink copied to clipboard!
This release makes Red Hat OpenShift Service Mesh 3.0 generally available, adds new features, addresses Common Vulnerabilities and Exposures (CVEs), and is supported on OpenShift Container Platform 4.14 and later.
For a list of supported component versions and support features, see "Service Mesh 3.0 feature support tables".
For a complete list of changes between OpenShift Service Mesh 2 and OpenShift Service Mesh 3, see "Important information to know if you are migrating from OpenShift Service Mesh 2.6".
1.12.1. Migration guides Copy linkLink copied to clipboard!
This release adds a set of checklists and migration guides to help you migrate from OpenShift Service Mesh 2 to OpenShift Service Mesh 3.0.
You must complete the checklists first. The checklists help you set up and configure OpenShift Service Mesh 2 and the ServiceMeshControlPlane
resource to migrate to OpenShift Service Mesh 3.0 and the Istio
control plane resource.
Your migration depends on your deployment model:
- Multitenant
- Multitenant with cert-manager
- Cluster-wide
- Cluster-wide with cert-manager
You can also migrate gateways. For more information, see "Migrating from Service Mesh 2 to Service Mesh 3".
1.12.2. New Istio distribution and operator Copy linkLink copied to clipboard!
OpenShift Service Mesh 3.0 is based on a Red Hat distribution of the Istio project and is deployed with a new Operator for Istio based on the Sail Operator project that is part of the istio-ecosystem organization on GitHub. The Sail Operator includes a new set of custom resource definitions (CRDs) for managing Istio. For example, the Istio
CRD replaces the ServiceMeshControlPlane
CRD in previous releases of OpenShift Service Mesh.
1.12.3. Support for Istioctl for select platforms and commands Copy linkLink copied to clipboard!
This release adds support for select platforms and commands for Istioctl, the command line utility for the Istio project that includes many diagnostic and debugging utilities. For more information, see "Support for Istioctl".
Installing Istio using the istioctl
utility is not supported.
1.12.4. Support for multi-cluster deployment models Copy linkLink copied to clipboard!
This release introduces support for the following Istio multi-cluster deployment models:
- Multi-primary
- Primary-remote
- An external control plane
The federation feature introduced in OpenShift Service Mesh 2.1 is not available in OpenShift Service Mesh 3.0.
1.12.5. Multiple control planes in a single cluster Copy linkLink copied to clipboard!
This release adds support for the Istio feature of multiple control planes in a single cluster. This replaces the MultiTenant
deployment model (mode) in OpenShift Service Mesh 2.
1.12.6. Revision based updates Copy linkLink copied to clipboard!
This release adds support for canary-style updates of the Istio control plane using the Istio revision feature. This enables a new Istio control plane to be created alongside the existing Istio control plane so that workloads can be migrated incrementally. The update strategy is configured using the spec.updateStrategy
parameter of the Istio
resource.
For more information, see "About RevisionBased strategy".
1.12.7. IstioCNI custom resource definition Copy linkLink copied to clipboard!
This release introduces the IstioCNI
custom resource definition (CRD), which is used to manage the lifecycle of the Istio Container Network Interface (CNI) daemon set. A single instance of this resource must be created per cluster to configure traffic redirection for pods in the mesh. The Istio CNI lifecycle is independent of the Istio control plane or planes.
1.12.8. IPv4/IPv6 dual-stack (Technology Preview) Copy linkLink copied to clipboard!
IPv4/IPv6 dual-stack is a Technology Preview feature only. Technology Preview features are not supported with Red Hat production service level agreements (SLAs) and might not be functionally complete. Red Hat does not recommend using them in production. These features provide early access to upcoming product features, enabling customers to test functionality and provide feedback during the development process.
For more information about the support scope of Red Hat Technology Preview features, see Technology Preview Features Support Scope.
This release includes IPv4/IPv6 dual-stack support as a technology preview feature. This aligns with the Alpha status of the Istio upstream project, and is feature-complete for Istio when using sidecars. Dual-stack helps organizations smoothly transition to IPv6, while still maintaining compatibility with their existing IPv4 setup.
In OpenShift Service Mesh 3.0, dual-stack is disabled by default in the Istio
resource. You can enable it with specific configuration changes, such as the one shown in the following example:
Example YAML configuration for IPv4/IPv6 dual stack
1.12.9. Istio Ambient mode (Developer Preview) Copy linkLink copied to clipboard!
Istio Ambient mode is a Developer Preview feature only. Developer Preview features are not supported by Red Hat in any way and are not functionally complete or production-ready. Do not use Developer Preview features for production or business-critical workloads. Developer Preview features provide early access to upcoming product features in advance of their possible inclusion in a Red Hat product offering, enabling customers to test functionality and provide feedback during the development process. These features might not have any documentation, are subject to change or removal at any time, and testing is limited. Red Hat might provide ways to submit feedback on Developer Preview features without an associated SLA.
Istio Ambient mode provides a sidecarless service mesh architecture that reduces resource overhead, simplifies operations, and allows incremental adoption without application changes. It maintains security and observability through a layered security model with mTLS and authorization. The OpenShift Service Mesh 3 Operator includes deploying the Ambient profile as a developer preview feature using the community Ztunnel image. However, the Ambient profile should not be used on clusters with production workloads or for multi-control plane use cases.
The community Ztunnel image is unavailable on the following platforms:
- IBM Power®
- IBM Z®
-
OpenShift Container Platform clusters in
FIPS
mode
1.13. Red Hat OpenShift Service Mesh 3.0 known issues Copy linkLink copied to clipboard!
-
OSSM-8878 In Red Hat OpenShift Service Mesh 3.0, OpenShift Container Platform builder pods fail to create in namespaces with injection enabled. As a workaround, add injection labels to workloads instead of the namespace when creating the
BuildConfigs
resource.
1.14. OpenShift Service Mesh 3.0 deprecated and removed features Copy linkLink copied to clipboard!
Some features available in previous releases have been deprecated or removed.
Deprecated functionality is still included in OpenShift Container Platform and continues to be supported; however, it will be removed in a future release of Red Hat OpenShift Service Mesh 3 and is not recommended for new deployments.
Removed functionality no longer exists in the product.
1.14.1. Istio OpenShift routes (IOR) Copy linkLink copied to clipboard!
This release removes the Istio OpenShift Route (IOR) for automatically creating and managing OpenShift Route resources with Istio Gateway resources. Istio Gateways are managed independent of the Istio control plane using either Gateway injection or Kubernetes Gateway API.
1.14.2. Metrics and tracing integrations Copy linkLink copied to clipboard!
OpenShift Service Mesh 3.0 no longer includes Prometheus and Grafana, and it does not manage the configuration of Jaeger and Elasticsearch. Both Jaeger and Elasticsearch are deprecated and will be removed in a future release.
Supported integrations are provided with Red Hat OpenShift Observability, including user-workload monitoring and distributed tracing. For more information, see "Red Hat OpenShift Observability and Service Mesh". Support is also provided for the Kiali Operator provided by Red Hat. For more information, see "Using Kiali Operator provided by Red Hat".
Chapter 2. Service Mesh version support tables Copy linkLink copied to clipboard!
Red Hat OpenShift Service Mesh supports the OpenShift Service Mesh 3 Operator, OpenShift Service Mesh Istio
control plane resource, Envoy proxy, and the IstioCNI
resource on supported versions of OpenShift Container Platform.
2.1. OpenShift Service Mesh supported versions Copy linkLink copied to clipboard!
See the following table for information about OpenShift Service Mesh 3.1.2 supported versions.
2.1.1. OpenShift Service Mesh 3.1.2 supported versions Copy linkLink copied to clipboard!
Feature | Supported versions |
---|---|
OpenShift Service Mesh 3 Operator | 3.1.2 |
OpenShift Service Mesh | 1.26.4 |
OpenShift Container Platform | 4.16 and later |
Envoy proxy | 1.34.6 |
| 1.26.4 |
Kiali Operator | 2.11.3 |
Kiali control plane resource | 2.11.3 |
See the following table for information about OpenShift Service Mesh 3.1.1 supported versions.
2.1.2. OpenShift Service Mesh 3.1.1 supported versions Copy linkLink copied to clipboard!
Feature | Supported versions |
---|---|
OpenShift Service Mesh 3 Operator | 3.1.1 |
OpenShift Service Mesh | 1.26.3 |
OpenShift Container Platform | 4.16 and later |
Envoy proxy | 1.34.3 |
| 1.26.3 |
Kiali Operator | 2.11.2 |
See the following table for information about OpenShift Service Mesh 3.1.0 supported versions.
2.1.3. OpenShift Service Mesh 3.1.0 supported versions Copy linkLink copied to clipboard!
Feature | Supported versions |
---|---|
OpenShift Service Mesh 3 Operator | 3.1.0 |
OpenShift Service Mesh | 1.26.2 |
OpenShift Container Platform | 4.16 and later |
Envoy proxy | 1.34.2 |
| 1.26.2 |
Kiali Operator | 2.11.1 |
See the following table for information about OpenShift Service Mesh 3.0.3 supported versions.
2.1.4. OpenShift Service Mesh 3.0.3 supported versions Copy linkLink copied to clipboard!
Feature | Supported versions |
---|---|
OpenShift Service Mesh 3 Operator | 3.0.3 |
OpenShift Service Mesh | 1.24.6 |
OpenShift Container Platform | 4.14 and later |
Envoy proxy | 1.32.6 |
| 1.24.6 [1] |
Kiali Operator | 2.4.7 |
-
The
Istio
control plane andIstioCNI
resources can be upgraded in any order, as long as their version difference is within one minor version.
See the following table for information about OpenShift Service Mesh 3.0.2 supported versions.
2.1.5. OpenShift Service Mesh 3.0.2 supported versions Copy linkLink copied to clipboard!
Feature | Supported versions |
---|---|
OpenShift Service Mesh 3 Operator | 3.0.2 |
OpenShift Service Mesh | 1.24.5 |
OpenShift Container Platform | 4.14 and later |
Envoy proxy | 1.32.6 |
| 1.24.5 [1] |
See the following table for information about OpenShift Service Mesh 3.0.1 supported versions.
2.1.6. OpenShift Service Mesh 3.0.1 supported versions Copy linkLink copied to clipboard!
Feature | Supported versions |
---|---|
OpenShift Service Mesh 3 Operator | 3.0.1 |
OpenShift Service Mesh | 1.24.4 |
OpenShift Container Platform | 4.14 and later |
Envoy proxy | 1.32.4 |
| 1.24.4 [1] |
See the following table for information about OpenShift Service Mesh 3.0.0 supported versions.
2.1.7. OpenShift Service Mesh 3.0.0 supported versions Copy linkLink copied to clipboard!
Feature | Supported versions |
---|---|
OpenShift Service Mesh 3 Operator | 3.0.0 |
OpenShift Service Mesh | 1.24.3 |
OpenShift Container Platform | 4.14 and later |
Envoy proxy | 1.32.4 |
| 1.24.3 [1] |
Chapter 3. Service Mesh feature support tables Copy linkLink copied to clipboard!
3.1.2 feature support tables provide guidance on feature availability in OpenShift Service Mesh 3.
3.1. Definitions Copy linkLink copied to clipboard!
For Red Hat OpenShift Service Mesh 3, features that are Generally Available (GA) are fully supported and are suitable for production use.
Technology Preview (TP) features are not supported with Red Hat production service level agreements (SLAs) and might not be functionally complete. Red Hat does not recommend using them in production. These features provide early access to upcoming product features, enabling customers to test functionality and provide feedback during the development process. See the Technology Preview scope of support on the Red Hat Customer Portal for more information about Technology Preview features.
Developer Preview (DP) features are not supported by Red Hat in any way and are not functionally complete or production-ready. Do not use Developer Preview features for production or business-critical workloads. Developer Preview features provide early access to upcoming product features in advance of their possible inclusion in a Red Hat product offering, enabling customers to test functionality and provide feedback during the development process. These features might not have any documentation, are subject to change or removal at any time, and testing is limited. Red Hat might provide ways to submit feedback on Developer Preview features without an associated SLA.
Not available (NA) features might not be available with Red Hat OpenShift Service Mesh 3.
3.2. Sail Operator APIs Copy linkLink copied to clipboard!
Feature | Status |
---|---|
Istio | GA |
IstioRevision | GA |
IstioCNI | GA |
IstioRevisionTag | GA |
ZTunnel | TP |
3.3. Istio deployment and lifecycle Copy linkLink copied to clipboard!
Feature | Status |
---|---|
Installation with the Red Hat OpenShift Service Mesh Operator | GA |
Istio sidecar mode data plane | GA |
| GA |
The Istio multicluster mesh deployment models | GA |
The Istio external control plane deployment models | GA |
Multiple control planes on a single OpenShift Container Platform cluster | GA |
| GA |
Istio configuration scoping: Sidecar API, | GA |
IPv6 support | GA |
Dual stack IPv4/IPv6 | GA [4] |
Virtual machine (non-OpenShift) workload integration | NA |
Istioctl for select commands | GA [1] |
Helm or Istioctl installation | NA [2] |
ProxyConfig | GA [3] |
- For more information, see "Support for Istioctl".
- Installation is only supported by using the OpenShift Service Mesh 3 Operator, which uses the Istio Helm chart values for managing configuration.
-
The
ProxyConfig
API is supported with the exception of the image field, which is not supported. - Dual-Stack IPv4/IPv6 is supported on x86 environments only. On non-x86 environments, this feature remains a Technology Preview.
3.4. Istio traffic management Copy linkLink copied to clipboard!
Feature | Status |
---|---|
Protocols: HTTP1.1/HTTP2/HTTPS/gRPC/TCP/TLS | GA |
Traffic control: label/content based routing, traffic shifting | GA |
| GA |
Resilience features: timeouts, retries, connection pools, outlier detection | GA |
Gateway: ingress, egress for all supported protocols | GA |
Gateway injection | GA |
TLS termination and SNI support in gateways | GA |
Locality load balancing | GA |
DNS proxying | GA |
Kubernetes Multi-Cluster Service (MCS) discovery | DP |
3.5. Kubernetes Gateway API Copy linkLink copied to clipboard!
Feature | Status |
---|---|
Kubernetes Gateway APIs for ingress (Gateway parentRef) | GA |
Kubernetes Gateway APIs for mesh (Service parentRef) | GA |
Kubernetes Gateway API custom resource definitions (CRDs) | GA [1] |
Kubernetes Gateway API manual deployment | NA |
Gateway network topology configuration | DP |
Gateway inference extensions | TP |
- The use of Kubernetes Gateway API requires custom resource definitions (CRDs). The CRDs are present by default and generally available on Red Hat OpenShift Service Mesh 4.19 and later releases. Red Hat OpenShift Service Mesh 4.18 and earlier releases do not include or provide support for these CRDs.
3.6. Security features Copy linkLink copied to clipboard!
3.6.1. Encryption and certificate management Copy linkLink copied to clipboard!
Feature | Status |
---|---|
Service-to-service mutual TLS encryption | GA |
Identity and certificate management for workloads | GA |
Peer authentication | GA |
Certificate management for ingress gateway | GA |
Pluggable key/certificate support for Istio certificate authority (CA) | GA |
Cert-Manager integration with the cert-manager Operator for Red Hat OpenShift | GA |
Kubernetes ClusterTrustBundles | DP |
3.6.2. Authorization and policy enforcement Copy linkLink copied to clipboard!
Feature | Status |
---|---|
AuthorizationPolicy | GA |
External authorization | GA |
End user (JWT) authentication | GA |
JWT claim based routing | GA |
Authorization dry run | TP |
Copy JWT claims to HTTP Headers | DP |
RequestAuthentication | GA |
3.7. Observability features Copy linkLink copied to clipboard!
OpenShift Service Mesh 3 provides end-to-end support for observability, including logs, metrics, and distributed tracing with Red Hat OpenShift Observability and the Kiali Operator provided by Red Hat.
+Integrations with other community projects (including community Prometheus) and third-party solutions can be configurable through Istio or Observability operators, but those solutions are not supported by Red Hat.
Feature | Status |
---|---|
Integration with Red Hat OpenShift Observability - user workload monitoring | GA |
Red Hat OpenShift distributed tracing platform (Tempo) | GA |
Red Hat OpenShift distributed tracing data collection Operator | GA |
Trace sampling configuration | GA |
Istio Telemetry API for configuring logs, metrics, and traces | GA |
Istio preconfigured Grafana dashboards | DP [1] |
Request classification | NA |
- While Grafana is not included as part of OpenShift Service Mesh, the preconfigured dashboards for Grafana maintained by the Istio community can be use with OpenShift Service Mesh under a Developer Preview scope. These are best used as a starting point for building your own dashboards.
3.8. Consoles and dashboards Copy linkLink copied to clipboard!
Feature | Status |
---|---|
Kiali Operator provided by Red Hat | GA |
Kiali Server | GA |
OpenShift Service Mesh Console (OSSMC) plugin | GA |
3.9. Extensibility features Copy linkLink copied to clipboard!
Feature | Status |
---|---|
WebAssembly extension | GA [1] |
| DP [2] |
-
The
WasmPlugin
API for extending Istio using Web Assembly extensions is supported, but support is not provided for any Web Assembly extension modules unless explicitly documented. -
The
EnvoyFilter
API is available for use with Red Hat OpenShift Service Mesh, but is not supported, except where explicitly documented. Due to tight coupling with the underlying Envoy APIs, backward compatibility cannot be maintained. Note thatEnvoyFilter
patches are very sensitive to the format of the Envoy configuration that is generated by Istio. If the configuration generated by Istio changes, it has the potential to break the application of theEnvoyFilter
configuration. Any configuration provided through this API should be carefully monitored across Istio proxy version upgrades to ensure that deprecated fields are removed and replaced appropriately. If a support case is raised where anEnvoyFilter
configuration is used, Red Hat might request that the issue be reproduced with theEnvoyFilter
configuration removed.
3.10. Istio Ambient mode (sidecarless) data plane Copy linkLink copied to clipboard!
Feature | Status |
---|---|
Istio ambient mode - all features | TP |