@@ -15,12 +15,13 @@ using a Service of type LoadBalancer fronting a Kubernetes pod running a
15
15
proxy. This is simple to reason about, easy to manage for sidecar meshes, and
16
16
will presumably be an important implementation mechanism for the foreseeable
17
17
future. Some cloud providers, though, are moving the proxy outside of the
18
- cluster, for various reasons which are out of the scope of this GEP. Chihiro
19
- and Ian want to be able to use these out-of-cluster proxies effectively and
18
+ cluster, for various reasons which are out of the scope of this GEP. [ Chihiro]
19
+ and [ Ian] want to be able to use these out-of-cluster proxies effectively and
20
20
safely, though they recognize that this may require additional configuration.
21
21
22
22
[ Chihiro ] : https://gateway-api.sigs.k8s.io/concepts/roles-and-personas/#chihiro
23
23
[ Ian ] : https://gateway-api.sigs.k8s.io/concepts/roles-and-personas/#ian
24
+ [ Ana ] : https://gateway-api.sigs.k8s.io/concepts/roles-and-personas/#ana
24
25
25
26
### Nomenclature and Background
26
27
@@ -74,7 +75,7 @@ In this GEP:
74
75
75
76
## Goals
76
77
77
- - Allow Chihiro and Ian to configure an OCG and a mesh such that the OCG can
78
+ - Allow [ Chihiro] and [ Ian] to configure an OCG and a mesh such that the OCG can
78
79
usefully participate in the mesh, including:
79
80
80
81
- The OCG must be able to securely communicate with meshed workloads in
@@ -91,7 +92,7 @@ In this GEP:
91
92
- The OCG must be able to distinguish meshed workloads from non-meshed
92
93
workloads, so that it can communicate appropriately with each.
93
94
94
- - Allow Ana to develop and operate meshed applications without needing to know
95
+ - Allow [ Ana] to develop and operate meshed applications without needing to know
95
96
whether the Gateway she's using is an OCG or an in-cluster Gateway.
96
97
97
98
- Define a basic set of requirements for OCGs and meshes that want to
@@ -162,7 +163,7 @@ configuration.
162
163
163
164
To allow the OCG to _ usefully_ participate in the mesh, we need to solve at
164
165
least four significant problems. Thankfully, these are mostly problems for
165
- Chihiro -- if we do our jobs correctly, Ana will never need to know.
166
+ [ Chihiro] -- if we do our jobs correctly, [ Ana] will never need to know.
166
167
167
168
#### 1. The Trust Problem
168
169
0 commit comments