Use Ingress to direct traffic to an HTTPS backend

Recently working on exposing an application which was running on HTTPS port, I used following yaml to create ingress. Note here that backend service “connaisseur-svc-health” was redirecting traffic to a pod which was listening on HTTPS port only. Therefore backend service was only reachable via HTTPS . When accessing this via Ingress I got an … Read more