Istio-check another host before routing

8/28/2021

I want to configure istio gateways virtual service to check "auth-service" host before routing request to some hosts. Is there any option to configure this?

-- Ramil
devops
istio
istio-gateway
istio-sidecar
kubernetes

1 Answer

8/28/2021

I don't think that Virtual Services or Destination Rules could check hosts. VS just gets connections and through it to the DR

What type of check do you mean?

-- OuFinx
Source: StackOverflow