Replies: 4 comments 12 replies
-
@xcfw Hello there. Have you injected the istio sidecar into the NGINX Ingress controller pod? can you provdie the output of a describe on the NGINX ingress controller pod? Thanks |
Beta Was this translation helpful? Give feedback.
-
https://docs.nginx.com/nginx-ingress-controller/tutorials/nginx-ingress-istio/ |
Beta Was this translation helpful? Give feedback.
-
I am not sure what Istio changed that is causing an incompatibility with the K8s Service object which would break any relationship for an ingress controller. The historic implementation from object to object is: |
Beta Was this translation helpful? Give feedback.
-
closing as we do not support VS at the moment |
Beta Was this translation helpful? Give feedback.
-
Hello everyone! I'm trying to configure nginx to work with istio's virtualservice to achieve cookie-based canary deployment routing and whenever I deploy manifests below I get 502 error in logs of ingress and nothing in istio-sidecar logs. My guess is that traffic from ingress is not sent via sidecar and therefore can't reach virtualservice.
I know that config is very specific, and still kindly asking for a help with figuring out what part of it is wrong and hopeful to get a direction where to search for a solution.
I use
nginx/nginx-ingress:3.3.2
ingress installed via helm and google'sgcr.io/gke-release/asm/proxyv2:1.16.7-asm.10
for the sidecar.Here below my manifests:
How deployment and Virtualservers are configured
Main website helm rendered manifests:
How nginx deployment is configured
NGINX with helm resulting yamls:
Beta Was this translation helpful? Give feedback.
All reactions