Skip to content

Commit f9afd05

Browse files
committed
Fixed noun/verb agreement.
Updated sentence "Sidecar proxies manage inbound and outbound communication to the workload instance it is attached to" so it reads "*Sidecar proxies* manage inbound and outbound communication for their workload instance."
1 parent d01b19a commit f9afd05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ossm-architecture.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The data plane is implemented in such a way that it intercepts all inbound (ingr
1616

1717
* *Envoy proxies* are the only Istio components that interact with data plane traffic. All incoming (ingress) and outgoing (egress) network traffic between services flows through the proxies. The Envoy proxy also collects all metrics related to services traffic within the mesh. Envoy proxies are deployed as sidecars, running in the same pod as services. Envoy proxies are also used to implement mesh gateways.
1818

19-
** *Sidecar proxies* manage inbound and outbound communication to the workload instance it is attached to.
19+
** *Sidecar proxies* manage inbound and outbound communication for their workload instance.
2020

2121
** *Gateways* are proxies operating as load balancers receiving incoming or outgoing HTTP/TCP connections. Gateway configurations are applied to standalone Envoy proxies that are running at the edge of the mesh, rather than sidecar Envoy proxies running alongside your service workloads. You use a Gateway to manage inbound and outbound traffic for your mesh, letting you specify which traffic you want to enter or leave the mesh.
2222

0 commit comments

Comments
 (0)