Kubernetes Nginx Ingress can connect to https pods?
问题 I have three pods with HTTPS servers inside. I used to acces them via NodePort services. Now I deployed a Nginx Ingress to have them all in one IP. I have noticed that the Nginx Ingress can't connect with an HTTPS server in a pod, but it connects perfectly if I change it to HTTP. How can I make the Ingress connect with HTTPS servers in pods? I have tried to configure a tls secret, and add it to the Ingress: apiVersion: extensions/v1beta1 kind: Ingress metadata: name: k8s-ingress annotations: