You want to route traffic so that: - '/app' goes to 'app-service' - '/app/admin' goes to 'admin-service' Which Ingress path rules correctly implement this path-based routing?
hard📝 Workflow Q15 of 15
Kubernetes - Ingress
You want to route traffic so that:
- '/app' goes to 'app-service'
- '/app/admin' goes to 'admin-service'
Which Ingress path rules correctly implement this path-based routing?