I create a brand new AKS without customization.
I apply this simple ingress example : https://learn.microsoft.com/en-us/azure/aks/ingress-basic?tabs=azure-cli
- path: /(.*) pathType: Prefix backend: service: name: aks-helloworld-one port: number: 80
This snippet is contained in the example. When I remove it all other paths break as well.
Why is that?