I have two services in Kubernetes: **service-a** and **service-b**. Dtab is configured next way: ``` /service => /service-a | /service-b ``` The issue is that if Kubernetes restarts pods in **service-a** and all pods become unavailable traffic doesn’t go to **service-b** anyway.