You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/modules/ROOT/pages/02-architecture.adoc
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,11 +36,11 @@ OpenShift Service Mesh addresses these challenges by providing a platform-native
36
36
37
37
With few or no service code changes.
38
38
39
-
OpenShift Service Mesh uses a proxy to intercept all your network traffic, allowing a broad set of application-aware featuresbased on configuration you set.
39
+
OpenShift Service Mesh uses a proxy container (Envoy) to manage all network traffic for your applications. This proxy allows you to enable powerful features, like traffic control, security, and monitoring, based on the settings you define.
40
40
41
41
image::ossm-01.png[width=50%]
42
42
43
-
The control plane takes your desired configuration, and its view of the services, and dynamically programs the proxy servers, updating them as the rules or the environment changes.
43
+
The control plane takes your desired configuration, and its view of the services, and dynamically programs the proxy, updating them as the rules or the environment changes.
44
44
45
45
image::ossm-02.png[width=75%]
46
46
@@ -83,7 +83,7 @@ OpenShift Service Mesh 3, leveraging the Kubernetes Gateway API, provides a Kube
83
83
image::flow-diagram-01.png[width=100%]
84
84
85
85
=== **Traffic Splitting with Virtual Services**:
86
-
** The team defines a Virtual Service within OpenShift Service Mesh to split traffic dynamically between `v1` and `v2` of the back-end-service. Initially, 90% of traffic is routed to `v1`, while 10% is routed to `v2`.
86
+
** The application or operations team defines a Virtual Service within OpenShift Service Mesh to split traffic dynamically between `v1` and `v2` of the back-end-service. Initially, 90% of traffic is routed to `v1`, while 10% is routed to `v2`.
87
87
** This setup ensures that most users experience the stable `v1` while `v2` is tested under real-world conditions with a small subset of traffic.
0 commit comments