Search code examples
kubernetesssl-certificateistioazure-aks

Azure kubernetes - Istio certificate installation?


I am using ISTIO for service mesh in Azure kubernetes. I have configured private DNS to setup the FQDN. Currently the application is accessible over http protocol(eg: http://myapp.contoso.com) and I would like to be secured with https protocol(eg: https://myapp.contoso.com).

I know I have to change the service port to 443 to support https protocol however how/where do I install the SSL certificate for the application (eg: https://myapp.contoso.com)? Is there anything else to be done as well?


Solution

  • I found the answer here Securing Your Istio Ingress Gateway with HTTPS

    There is istio documentation about that.