This guide demonstrates how to configure Kubernetes Ingress in AKS to route URLs to different microservices, specifically for your use case with:
https://example.com/emp
→ Employee microservicehttps://example.com/orgchart
→ Organization Chart microservice
Kubernetes Ingress is a resource that manages external HTTP/HTTPS access to services within a cluster. It provides: