Orchestrate containers for cloud-native apps with AKS: Unit 7 problems
In Unit 7 of "Orchestrate containers for cloud-native apps with AKS", I am never getting the DNS zone expected from the "Deploy the ingress" steps.
First, I ran into issues with the ingress.yaml not (at all) looking like the example in the tutorial. I updated it to match the tutorial, but received a warning that "annotation "kubernetes.io/ingress.class" is deprecated, please use 'spec.ingressClassName' instead". So I used the format in the tutorial, which did create the ingress but never populated the DNS zone. Other Q&A suggest that HTTPApplicationRouting is no longer supported and to use NGINX routing, but now I have no idea how to progress since the zone isn't created.
This question is related to the following Learning Module