1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 03:47:04 +01:00
Files
openshift-docs/modules/ossm-deploy-cluster-wide-mesh.adoc
2024-10-03 19:16:22 +00:00

11 lines
865 B
Plaintext

// Module included in the following assemblies:
// * service_mesh/v2x/ossm-deployment-models.adoc
:_mod-docs-content-type: CONCEPT
[id="ossm-deploy-cluster-wide-mesh_{context}"]
= Cluster-Wide (Single Tenant) mesh deployment model
A cluster-wide deployment contains a Service Mesh Control Plane that monitors resources for an entire cluster. Monitoring resources for an entire cluster closely resembles Istio functionality in that the control plane uses a single query across all namespaces to monitor Istio and Kubernetes resources. As a result, cluster-wide deployments decrease the number of requests sent to the API server.
Similar to Istio, a cluster-wide mesh includes namespaces with the `istio-injection=enabled` namespace label by default. You can change this label by modifying the `spec.memberSelectors` field of the `ServiceMeshMemberRoll` resource.