Protocol Selection

Hi, I have a mesh with mixed http and TCP services, one of my TCP services is apparently being detected as HTTP, and I can’t reach it when the istio sidecar is injected.

I’ve found the following page on documentation regarding manual protocol selection: https://istio.io/docs/ops/configuration/traffic-management/protocol-selection/

But I couldn’t make it work, how do I apply it? There is no apiversion in the example and I’ve tried with networking.istio.io/v1alpha3 and networking.istio.io/v1alpha1 without success.

Thank you!

Hello :slight_smile:,

have the ports in the Service correct names?

1 Like

It wasn’t, I didn’t name the ports before, named it tcp-xxx and now it works.

Thank you!!

1 Like