You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 16, 2019. It is now read-only.
Is this a BUG or FEATURE REQUEST?:
FEATURE REQUEST ?
What Version of Istio and Kubernetes are you using, where did you get Istio from, Installation details
istio 0.8.0
Description
I have a service that requires to guess a request's country, from ip.
Solution 1 :
I changed service/istio-ingress and set externalTrafficPolicy: "Local"
So that a request won't hop across the cluster nodes & we can see the actual client's ip.
This kinda sucks for performances because we risks potentially imbalanced traffic spreading & yadi yada.
But I could not find the backend of the istio service as kubectl describe ingress | grep backends gave no result. source
Is istio's ingress actually creating a backend ? No, right ?