I am recently learning Apache APISIX and I would like to ask about the proxy layer 7, and layer 4 protocol. Can Apache APISIX proxy TCP and UDP directly, and what are the seven-layer protocols supported? What layer 4 protocols are supported?

1

There are 1 best solutions below

0
On

for TCP/UDP, you could use stream-route feature to support them.

TCP is the protocol for many popular applications and services, such as > > > LDAP, MySQL, and RTMP. UDP (User Datagram Protocol) is the protocol for many > popular non-transactional applications, such as DNS, syslog, and RADIUS. APISIX can dynamically load balancing TCP/UDP proxy. In Nginx world, we call > TCP/UDP proxy to stream proxy, we followed this statement.

Please check https://apisix.apache.org/docs/apisix/stream-proxy