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: docs/introduction/architecture.md
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -51,8 +51,7 @@ updates and responding immediately with v2 gRPC updates to Envoy.
51
51
Endpoint Discovery is plugin-specific. For example, the Kubernetes Plugin<!--(TODO)--> runs its own Endpoint Discovery goroutine.
52
52
* The **Translator** receives notifications from the 3 different classes of watchers and initiates a new *translation cycle*,
53
53
creating a new Envoy xDS Snapshot.
54
-
1. The translation cycle starts by creating **[Envoy clusters](https://www.envoyproxy.io/docs/envoy/latest/api-v1/cluster_manager/cluster.html?highlight=cluster)** f
55
-
rom all configured upstreams. Each upstream has a **type**,
54
+
1. The translation cycle starts by creating **[Envoy clusters](https://www.envoyproxy.io/docs/envoy/latest/api-v1/cluster_manager/cluster.html?highlight=cluster)** from all configured upstreams. Each upstream has a **type**,
56
55
indicating which upstream plugin<!--(TODO)--> is responsible for processing that upstream object. Correctly configured upstreams are
57
56
converted into Envoy clusters by their respective plugins. Plugins may set cluster metadata on the cluster object.
58
57
1. The next step in the translation cycle is to process all the functions on each upstream. Functional plugins<!--(TODO)--> process
@@ -89,7 +88,7 @@ gloo with upstreams and functions to simplify routing for users and self-service
89
88
Discovery services act as automated Gloo clients, automatically populating the storage layer with upstreams and functions
90
89
to facilitate easy routing for users.
91
90
92
-
Discovery is optional, but when enabled, will attempt to discover available upsrteams and functions.
91
+
Discovery is optional, but when enabled, will attempt to discover available upstreams and functions.
0 commit comments