Issue with configuring gRPC in Envoy: health check doesn’t work
I have 3 local grpc services with ports 50052, 50053,50054
.
I only started 2 of them. I want envoy to detect the unstarted service and disconnect, but it doesn’t.
I want the endpoint that envoy can monitor to hang up and stop forwarding traffic to the corresponding endpoint.
What should i do?
Here is the envoy configuration file:
`filter_chain_match.server_names` problem
I have problems having multiple Downstreams.
It looks like I have nailed it down to the problem missunderstanding on how filter_chain_match
is used correclty.