envoyproxy/envoy

TCP liveness checks through Envoy

Open

#7783 aperta il 31 lug 2019

Vedi su GitHub
 (10 commenti) (0 reazioni) (0 assegnatari)C++ (5373 fork)batch import
area/tcp_proxyhelp wanted

Metriche repository

Star
 (27.997 star)
Metriche merge PR
 (Merge medio 8g) (378 PR mergiate in 30 g)

Descrizione

Is there a way for a service fronted by Envoy to be checked for liveness with a TCP connection? (Assuming the service cannot be reached directly without going through the proxy)

It seems that Envoy will accept any TCP connection, so the liveness check will always pass.

Envoy can set up active TCP checks for connection only as shown here. I would like that behavior but with an application on a different pod/node running the check.

Guida contributor