Configure path-based routing with Kubernetes ingress (AKS)

Aim: Building on my last blog post https://ianstacey.net/2022/01/10/deploy-web-app-in-azure-kubernetes-service-aks-updated/ I wanted to enable path based routing in my cluster. Requests made to different path will be routed to different backend pods/services as shown below: Create Kubernetes Deployments and Objects: Created four different deployments and services, as stored in GitHub at https://github.com/iastac84/ltfc-sample-webapp, one of the deployments below: … Continue reading Configure path-based routing with Kubernetes ingress (AKS)