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 has been 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 ?
I think what you really want here is geo-aware load balancing. Zone-aware LB is a reasonable proxy for this behavior and we have plans to make that available to folks though probably post 1.0.
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 setexternalTrafficPolicy: "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.
Non Solution 2 that didn't work - gcp only :
Use GCP's User-defined request headers
But I could not find the backend of the istio service as
kubectl describe ingress | grep backends
gave no result. sourceIs istio's ingress actually creating a backend ? No, right ?
Anyways; I'm creating this for the record !
Related:
istio/istio#3059
#51
The text was updated successfully, but these errors were encountered: