Kubernetes HTTP to HTTPS Redirect on AWS with ELB terminating SSL
问题 I'm trying to set up a simple HTTP to HTTPS redirect for traffic going to a Kubernetes cluster. The SSL termination is happening on the ELB. When I try to use the nginx.ingress.kubernetes.io/ssl-redirect = true it results in an infinite redirect which led me to setting up a config map to handle this (nginx-ingress: Too many redirects when force-ssl is enabled). Now there seems to be no redirection happening at all. My ingress service is defined as: apiVersion: v1 kind: Service metadata: