Skip to content

Commit cbff3a9

Browse files
committed
verbiage
1 parent 86bc9bb commit cbff3a9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

documentation/modules/ROOT/pages/02-architecture.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ OpenShift Service Mesh addresses these challenges by providing a platform-native
3636

3737
With few or no service code changes.
3838

39-
OpenShift Service Mesh uses a proxy to intercept all your network traffic, allowing a broad set of application-aware features based 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.
4040

4141
image::ossm-01.png[width=50%]
4242

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.
4444

4545
image::ossm-02.png[width=75%]
4646

@@ -83,7 +83,7 @@ OpenShift Service Mesh 3, leveraging the Kubernetes Gateway API, provides a Kube
8383
image::flow-diagram-01.png[width=100%]
8484

8585
=== **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`.
8787
** This setup ensures that most users experience the stable `v1` while `v2` is tested under real-world conditions with a small subset of traffic.
8888

8989
=== **Real-Time Observability**:

0 commit comments

Comments
 (0)