Redirect non www to www using ALB Ingress Controller
问题 I am trying to redirect a non www request to www . I checked the annotations here https://kubernetes-sigs.github.io/aws-alb-ingress-controller/guide/ingress/annotation/ but could not find specific to non www to www redirect. I already have a http to https redirect set and it's working. below is my ingress resource manifest file. apiVersion: extensions/v1beta1 kind: Ingress metadata: name: eks-learning-ingress namespace: production annotations: kubernetes.io/ingress.class: alb alb.ingress