Migrating Kiali from HTTP to HTTPS with istio 1.5.7 using istioctl

Hi All,

I am using istioctl to setup istio1.5.7 with kiali, Jaeger. Right now kiali is exposed on HTTP is there a way I can turn this to HTTPS?

Thank you
Ram T

I’m not sure how you’re handling it, but one thing you can surely do is create a gateway on Istio IngressGateway using HTTPS and point it to a VirtualService/DestinationRule that points to the Kiali.

1 Like