Skip to content

Commit 535da41

Browse files
authored
docs: add architecture diagram for reverse tunnels (#41355)
## Description This PR adds an architecture diagram for reverse tunnels and does some minor refactors. --- **Commit Message:** docs: add architecture diagram for reverse tunnels **Additional Description:** Added architecture diagram for reverse tunnels. **Risk Level:** N/A **Testing:** CI **Docs Changes:** N/A **Release Notes:** N/A --------- Signed-off-by: Rohit Agrawal <[email protected]>
1 parent a849941 commit 535da41

File tree

4 files changed

+188
-346
lines changed

4 files changed

+188
-346
lines changed

configs/reverse_connection/initiator-envoy.yaml renamed to docs/root/_configs/reverse_connection/initiator-envoy.yaml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -78,21 +78,3 @@ static_resources:
7878
socket_address:
7979
address: downstream-service
8080
port_value: 80
81-
82-
admin:
83-
access_log:
84-
- name: envoy.access_loggers.file
85-
typed_config:
86-
"@type": type.googleapis.com/envoy.extensions.access_loggers.file.v3.FileAccessLog
87-
path: "/dev/stdout"
88-
address:
89-
socket_address:
90-
protocol: TCP
91-
address: 0.0.0.0
92-
port_value: 8888
93-
94-
layered_runtime:
95-
layers:
96-
- name: layer
97-
static_layer:
98-
re2.max_program_size.error_level: 1000

configs/reverse_connection/responder-envoy.yaml renamed to docs/root/_configs/reverse_connection/responder-envoy.yaml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -110,21 +110,3 @@ static_resources:
110110
explicit_http_config:
111111
# Right the moment, reverse connections are supported over HTTP/2 only.
112112
http2_protocol_options: {}
113-
114-
admin:
115-
access_log:
116-
- name: envoy.access_loggers.file
117-
typed_config:
118-
"@type": type.googleapis.com/envoy.extensions.access_loggers.file.v3.FileAccessLog
119-
path: "/dev/stdout"
120-
address:
121-
socket_address:
122-
address: 0.0.0.0
123-
port_value: 8888
124-
125-
layered_runtime:
126-
layers:
127-
- name: layer
128-
static_layer:
129-
re2.max_program_size.error_level: 1000
130-
envoy.reloadable_features.reverse_conn_force_local_reply: true

docs/root/configuration/other_features/images/reverse_tunnel_arch.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)