Here I have explained the scenario. I can reach a clusterIP using nginx ingress But I can’t reach the same service using Azure Application Gateway Ingress. Bellow annotation is not helping me
appgw.ingress.kubernetes.io/rewrite-target: /
Any Idea?
2
Answers
Make sure you add below annotations to example-ingress.
You can see the full list and examples here.
You were using wrong annotation. I have updated your ingress with correct annotation:
Checkout all the AGIC annotations here