I'm currently working with Azure Application Gateway and Docker containers(AKS); and would like to route traffic to my backend pool using path-based rules.
I heard that path-based rules and containers don't have a really good compatibility. Is this true? If this is not a good approach, hosting the containers in a Virtual Machine will be better?
What I want to do is something like this:
...../pathA -> containerA
...../pathB -> containerB
...../pathC -> containerC