[READ ONLY MIRROR] Envoy REST/proto API definitions and documentation. (grpc依赖)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

18 lines
976 B

.. _arch_overview_tcp_proxy:
TCP proxy
=========
Since Envoy is fundamentally written as a L3/L4 server, basic L3/L4 proxy is easily implemented. The
TCP proxy filter performs basic 1:1 network connection proxy between downstream clients and upstream
clusters. It can be used by itself as an stunnel replacement, or in conjunction with other filters
such as the :ref:`MongoDB filter <arch_overview_mongo>` or the :ref:`rate limit
<config_network_filters_rate_limit>` filter.
The TCP proxy filter will respect the
:ref:`connection limits <config_cluster_manager_cluster_circuit_breakers_max_connections>`
imposed by each upstream cluster's global resource manager. The TCP proxy filter checks with the
upstream cluster's resource manager if it can create a connection without going over that cluster's
maximum number of connections, if it can't the TCP proxy will not make the connection.
TCP proxy filter :ref:`configuration reference <config_network_filters_tcp_proxy>`.