Skip to content

Commit 215624e

Browse files
authored
Merge pull request #54384 from gwynnemonahan/sidecar_proxies_typo
OSSMDOC-738 Fixed noun/verb agreement.
2 parents 7ff945c + f9afd05 commit 215624e

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)