Service mesh options
Decide on the mode, image, and lifecycle of Istio service mesh to install in Gloo Mesh Enterprise clusters.
Istio mode
Gloo Mesh Enterprise supports Istio service meshes that run in sidecar mode.
Istio mode | Maturity | Lifecycle options | Solo distributions of Istio? | Feature highlights |
---|---|---|---|---|
Sidecar (default) | Production | Gloo-managed, manual, takeover existing installations | Yes | Deploy your service mesh with the standard sidecar approach. Although this approach is more resource-intensive, you get more observability data because all network traffic stays on Layer 7. To get started, see Deploy Gloo-managed service meshes or Take over existing Istio installations. |
Running Istio in ambient mode is not supported in Gloo Mesh Enterprise. If you are interested in trying out Istio in ambient mode, check out Gloo Mesh Core.
Istio image
Gloo Mesh Enterprise supports Istio service meshes that run either community Istio images or Solo distributions of Istio. The Solo distribution of Istio is a hardened Istio enterprise image, which maintains n-4
support for CVEs and other security fixes. The image support timeline is longer than the community Istio support timeline, which provides n-1
support with an additional 6 weeks of extended time to upgrade the n-2
version to n-1
. For more about the added benefits of Solo distributions of Istio and to review the available image distributions, see Solo distributions of Istio.
Lifecycle management
Gloo Mesh Enterprise supports full service mesh lifecycle management with the Istio Lifecycle Manager. By using Gloo-managed service meshes, you no longer need to manually install and manage the istiod
control plane. Instead, you provide the Istio configuration in a Gloo custom resource (CR), and Gloo translates this configuration into managed istiod
control plane and gateways in each workload cluster for you. For more information, see Lifecycle management. If you prefer to manually manage your Istio service meshes instead, see Manually deploy Istio.