hyde404

Results 2 comments of hyde404

Hi @skonto, Thanks for your reply ! The istio gateway mode I use is "simple", and the one set in the ingress contoller is apparently mTLS (`controlPlaneAuthPolicy: MUTUAL_TLS`). I tried...

I finally managed to make it work to use these annotations ``` apiVersion: v1 kind: Service metadata: annotations: ... service.beta.kubernetes.io/aws-load-balancer-nlb-target-type: instance service.beta.kubernetes.io/aws-load-balancer-proxy-protocol: '*' service.beta.kubernetes.io/aws-load-balancer-scheme: internal service.beta.kubernetes.io/aws-load-balancer-type: nlb-ip ... ``` (you...