Groups
Groups
Sign in
Groups
Groups
kubernetes-sig-aws
Conversations
About
Send feedback
Help
AWS ALB listener rule does not have Host Header condition
20 views
Skip to first unread message
murali.k...@gmail.com
unread,
Mar 13, 2019, 12:18:26 AM
3/13/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to kubernetes-sig-aws
Hi All,
I have below ingress file and for some reason the Host condition does not get created in the ALB Listener. Not sure what I am missing.
I have deployed External DNS too and Route53 records are getting created properly.
Any help on this would be greatly appreciated.
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: "app-ingress"
namespace: "murali"
annotations:
kubernetes.io/ingress.class
: alb
alb.ingress.kubernetes.io/scheme
: internet-facing
alb.ingress.kubernetes.io/target-type
: "ip"
labels:
app: app-ingress
spec:
rules:
- host:
app1.mk.k8s-cluster.space
- http:
paths:
- backend:
serviceName: "mk-app1-dashboard"
servicePort: 1506
Thank you,
Murali
Reply all
Reply to author
Forward
0 new messages