Skip to content

Commit 23005a3

Browse files
authored
[Doc] Update paper: Add author, Kubernetes note (#1493)
Signed-off-by: Sanjeev Rampal <sr.2357@gmail.com>
1 parent b8a3c9b commit 23005a3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

paper/main.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
Xunzhuo Liu, Huamin Chen, Samzong Lu, Yossi Ovadia, Guohong Wen, Hao Wu, \\
7878
Zhengda Tan, Jintao Zhang, Senan Zedan, Yehudit Kerido, Liav Weiss,
7979
Haichen Zhang, Bishen Yu, Asaad Balum, Noa Limoy,
80-
Abdallah Samara, Baofa Fan, Brent Salisbury, Ryan Cook, Zhijie Wang,
80+
Abdallah Samara, Baofa Fan, Sanjeev Rampal, Brent Salisbury, Ryan Cook, Zhijie Wang,
8181
Qiping Pan, Rehan Khan, Avishek Goswami, Houston H.\ Zhang, Shuyi Wang,
8282
Ziang Tang, Fang Han, Zohaib Hassan, Jianqiao Zheng, Avinash Changrani%
8383
}%

paper/sections/deployment.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ \subsection{Deployment Modes}
1313

1414
\noindent\textbf{Kubernetes: Standalone mode.}
1515
Envoy runs as a sidecar container alongside the router in the same pod.
16-
The ExtProc filter connects via localhost gRPC.
16+
The ExtProc filter connects via localhost gRPC. In this mode, the Envoy instance is private to the semantic router and separate from cluster level Envoy gateways. Routes are internally configured and injected by the semantic router into Envoy.
1717
Deployed via Helm charts with configurable replicas, resource limits, cache backends, and autoscaling.
1818

1919
\noindent\textbf{Kubernetes: Gateway mode.}
20-
The router runs as an independent service behind an existing Istio or Envoy Gateway deployment, referenced via the gateway's ExtProc configuration.
20+
The router runs as an independent service behind an existing Istio or Envoy Gateway deployment, referenced via the gateway's ExtProc configuration. In this mode, there is no private Envoy within the semantic router pod. The cluster's Envoy based gateway is used, via Istio or other controller. Routes are explicitly configured at the cluster gateway level via APIs such as Kubernetes Gateway API.
2121
This mode shares the gateway infrastructure across multiple services.
2222

2323
\subsection{Kubernetes Operator}

website/static/white-paper.pdf

215 KB
Binary file not shown.

0 commit comments

Comments
 (0)